Package-level declarations
Functions
Link copied to clipboard
fun LoadMoreHandler(lazyListState: LazyListState, threshold: () -> Int = { DefaultLoadMoreThreshold }, loadMore: () -> Unit)
Handler to notify that more items should be loaded when the user scrolls to the end of the list.
fun LoadMoreHandler(lazyGridState: LazyGridState, threshold: () -> Int = { DefaultLoadMoreThreshold }, loadMore: () -> Unit)
Handler to notify that more items should be loaded when the user scrolls to the end of the grid.
fun LoadMoreHandler(pagerState: PagerState, pageCount: () -> Int, threshold: () -> Int = { DefaultLoadMoreThreshold }, loadMore: () -> Unit)
Handler to notify that more items should be loaded when the user scrolls to the end of the pager.