SimpleSwipeListener

No-op stub for SwipeListener. If you only want ot implement a subset of the listener methods, you can extend this instead of implement the full interface.

Constructors

Link copied to clipboard
constructor()

Functions

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