SimplePanelSlideListener
open class SimplePanelSlideListener : SlidingPaneLayout.PanelSlideListener
kotlin.Any | |
↳ | androidx.slidingpanelayout.widget.SlidingPaneLayout.SimplePanelSlideListener |
No-op stubs for PanelSlideListener
. If you only want to implement a subset of the listener methods you can extend this instead of implement the full interface.
Summary
Public constructors | |
---|---|
<init>() No-op stubs for |
Public methods | |
---|---|
open Unit |
onPanelClosed(panel: View) |
open Unit |
onPanelOpened(panel: View) |
open Unit |
onPanelSlide(panel: View, slideOffset: Float) |
Public constructors
<init>
SimplePanelSlideListener()
No-op stubs for PanelSlideListener
. If you only want to implement a subset of the listener methods you can extend this instead of implement the full interface.