public interface BottomSheetCallBack
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResized
(PersistentBottomSheet bottomSheet, int percent) the method is called when bottom sheet dragged and resizedvoid
onState
(PersistentBottomSheet bottomSheet, int state) the method is called when bottom sheet state changes
-
Method Details
-
onState
the method is called when bottom sheet state changes- Parameters:
bottomSheet
- bottom sheet objectstate
- bottom sheet state
-
onResized
the method is called when bottom sheet dragged and resized- Parameters:
bottomSheet
- bottom sheet objectpercent
- percentage resized
-