CollectionGroupSectionSpec

Functions

Link copied to clipboard
fun onCreateChildren(c: SectionContext, childrenBuilder: (SectionContext) -> Children.Builder): Children
Link copied to clipboard
fun onDataBound(c: SectionContext, onDataBound: () -> Unit?)
Link copied to clipboard
fun onDataRendered(c: SectionContext, isDataChanged: Boolean, isMounted: Boolean, monoTimestampMs: Long, firstVisibleIndex: Int, lastVisibleIndex: Int, changesInfo: ChangesInfo, globalOffset: Int, onDataRendered: OnDataRendered?)
Link copied to clipboard
fun onRefresh(c: SectionContext, onPullToRefresh: () -> Unit?)
Link copied to clipboard
fun onViewportChanged(c: SectionContext, firstVisibleIndex: Int, lastVisibleIndex: Int, totalCount: Int, firstFullyVisibleIndex: Int, lastFullyVisibleIndex: Int, onViewportChanged: OnViewportChanged?)