-
public abstract class BottomSheetBehavior.BottomSheetCallback
Callback for monitoring events about bottom sheets.
-
-
Method Summary
-
-
Method Detail
-
onStateChanged
abstract void onStateChanged(@NonNull() View bottomSheet, int newState)
Called when the bottom sheet changes its state.
- Parameters:
bottomSheet
- The bottom sheet view.newState
- The new state.
-
-
-
-