DrawerListener

Listener for monitoring events about drawers.

Inheritors

Functions

Link copied to clipboard
abstract fun onDrawerClosed(@NonNull drawerView: View)
Called when a drawer has settled in a completely closed state.
Link copied to clipboard
abstract fun onDrawerOpened(@NonNull drawerView: View)
Called when a drawer has settled in a completely open state.
Link copied to clipboard
abstract fun onDrawerSlide(@NonNull drawerView: View, slideOffset: Float)
Called when a drawer's position changes.
Link copied to clipboard
abstract fun onDrawerStateChanged(newState: Int)
Called when the drawer motion state changes.