-
public abstract class BottomSheetBehavior.BottomSheetCallbackCallback 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.
-
-
-
-