toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
ViewportInfo
/
ViewportChanged
Viewport
Changed
interface
ViewportChanged
Implement this interface to be notified of Viewport changes from the
Binder
Members
Functions
viewport
Changed
Link copied to clipboard
abstract
fun
viewportChanged
(
firstVisibleIndex
:
Int
,
lastVisibleIndex
:
Int
,
firstFullyVisibleIndex
:
Int
,
lastFullyVisibleIndex
:
Int
,
state
:
Int
)