SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.bottomsheet
/
BottomSheetBehavior
/
BottomSheetCallback
Bottom
Sheet
Callback
abstract
class
BottomSheetCallback
Callback for monitoring events about bottom sheets.
Members
Constructors
Bottom
Sheet
Callback
Link copied to clipboard
constructor
(
)
Functions
on
Slide
Link copied to clipboard
abstract
fun
onSlide
(
@
NonNull
bottomSheet
:
View
,
slideOffset
:
Float
)
Called when the bottom sheet is being dragged.
on
State
Changed
Link copied to clipboard
abstract
fun
onStateChanged
(
@
NonNull
bottomSheet
:
View
,
newState
:
Int
)
Called when the bottom sheet changes its state.