Package com.pointrlabs.core.util
Class BottomSheetView.Companion.BottomSheetSimpleCallback
-
- All Implemented Interfaces:
public abstract class BottomSheetView.Companion.BottomSheetSimpleCallback extends BottomSheetBehavior.BottomSheetCallback
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
isExpanded
-
Constructor Summary
Constructors Constructor Description BottomSheetView.Companion.BottomSheetSimpleCallback()
-
Method Summary
Modifier and Type Method Description final Boolean
isExpanded()
final Unit
setExpanded(Boolean isExpanded)
abstract Unit
onStateChanged(Boolean expanded)
Unit
onStateChanged(View bottomSheet, Integer newState)
Unit
onSlide(View bottomSheet, Float slideOffset)
-
-
Method Detail
-
isExpanded
final Boolean isExpanded()
-
setExpanded
final Unit setExpanded(Boolean isExpanded)
-
onStateChanged
abstract Unit onStateChanged(Boolean expanded)
-
onStateChanged
Unit onStateChanged(View bottomSheet, Integer newState)
-
-
-
-