toggle menu
SDK-Android
androidJvm
switch theme
search in API
libux
/
com.chauthai.swipereveallayout
/
SwipeRevealLayout
/
SwipeListener
Swipe
Listener
interface
SwipeListener
Listener for monitoring events about swipe layout.
Inheritors
SimpleSwipeListener
Members
Functions
on
Closed
Link copied to clipboard
abstract
fun
onClosed
(
view
:
SwipeRevealLayout
)
Called when the main view becomes completely closed.
on
Opened
Link copied to clipboard
abstract
fun
onOpened
(
view
:
SwipeRevealLayout
)
Called when the main view becomes completely opened.
on
Slide
Link copied to clipboard
abstract
fun
onSlide
(
view
:
SwipeRevealLayout
,
slideOffset
:
Float
)
Called when the main view's position changes.