Module FXDialogs

Interface BottomSheetCallBack


public interface BottomSheetCallBack
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResized(PersistentBottomSheet bottomSheet, int percent)
    the method is called when bottom sheet dragged and resized
    void
    onState(PersistentBottomSheet bottomSheet, int state)
    the method is called when bottom sheet state changes
  • Method Details

    • onState

      void onState(PersistentBottomSheet bottomSheet, int state)
      the method is called when bottom sheet state changes
      Parameters:
      bottomSheet - bottom sheet object
      state - bottom sheet state
    • onResized

      void onResized(PersistentBottomSheet bottomSheet, int percent)
      the method is called when bottom sheet dragged and resized
      Parameters:
      bottomSheet - bottom sheet object
      percent - percentage resized