On Load More Listener

interface OnLoadMoreListener

interface when action loading more

Author

Jimly A.

Since

02-Jun-20.

See also

Functions

Link copied to clipboard
abstract fun onLoadMore(    skip: Int?,     limit: Int?,     totalItemsCount: Int?,     view: RecyclerView?)

Method to trigger load more

Link copied to clipboard
abstract fun onLoadMoreRetryButtonClicked(skip: Int?, limit: Int?)

Method that triggered when retry button clicked

Sources

Link copied to clipboard