litho-widget-kotlin
0.47.0
litho-widget-kotlin
/
com.facebook.litho.widget.collection
/
CollectionGroupSectionSpec
/
onViewportChanged
on
Viewport
Changed
@
JvmStatic
fun
onViewportChanged
(
c
:
SectionContext
,
firstVisibleIndex
:
Int
,
lastVisibleIndex
:
Int
,
totalCount
:
Int
,
firstFullyVisibleIndex
:
Int
,
lastFullyVisibleIndex
:
Int
,
onViewportChanged
:
(
ComponentContext
,
Int
,
Int
,
Int
,
Int
,
Int
)
->
Unit
?
)