public interface OnSheetDismissedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDismissed(BottomSheetLayout bottomSheetLayout)
Called when the presented sheet has been dismissed.
|
void onDismissed(BottomSheetLayout bottomSheetLayout)
bottomSheetLayout - The bottom sheet which contained the presented sheet.