public interface BottomSheetCallBack
-
Method Summary
Modifier and TypeMethodDescriptionvoidonResized(PersistentBottomSheet bottomSheet, int percent) the method is called when bottom sheet dragged and resizedvoidonState(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
-