BottomSheetCallback

abstract class BottomSheetCallback

Callback for monitoring events about bottom sheets.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun onSlide(@NonNull bottomSheet: View, slideOffset: Float)
Called when the bottom sheet is being dragged.
Link copied to clipboard
abstract fun onStateChanged(@NonNull bottomSheet: View, newState: Int)
Called when the bottom sheet changes its state.