-
- 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
getIsExpanded()
final Unit
setIsExpanded(Boolean isExpanded)
abstract Unit
onStateChanged(Boolean expanded)
Unit
onStateChanged(View bottomSheet, Integer newState)
Unit
onSlide(View bottomSheet, Float slideOffset)
-
-
Method Detail
-
getIsExpanded
final Boolean getIsExpanded()
-
setIsExpanded
final Unit setIsExpanded(Boolean isExpanded)
-
onStateChanged
abstract Unit onStateChanged(Boolean expanded)
-
onStateChanged
Unit onStateChanged(View bottomSheet, Integer newState)
-
-
-
-