toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
ScrollStateListener
Scroll
State
Listener
interface
ScrollStateListener
Scroll change listener invoked when the scroll position changes.
Members
Properties
SCROLL_STARTED
Link copied to clipboard
val
SCROLL_STARTED
:
Int
=
0
SCROLL_STOPPED
Link copied to clipboard
val
SCROLL_STOPPED
:
Int
=
1
Functions
on
Scroll
State
Changed
Link copied to clipboard
abstract
fun
onScrollStateChanged
(
v
:
View
,
scrollStatus
:
Int
)