SwipeListener

interface SwipeListener

Listener for monitoring events about swipe layout.

Inheritors

Functions

Link copied to clipboard
abstract fun onClosed(view: SwipeRevealLayout)
Called when the main view becomes completely closed.
Link copied to clipboard
abstract fun onOpened(view: SwipeRevealLayout)
Called when the main view becomes completely opened.
Link copied to clipboard
abstract fun onSlide(view: SwipeRevealLayout, slideOffset: Float)
Called when the main view's position changes.