on
Load
More
abstract fun onLoadMore( skip: Int?, limit: Int?, totalItemsCount: Int?, view: RecyclerView?)
Content copied to clipboard
Method to trigger load more
Parameters
skip
item to skip
limit
total of item to load
totalItemsCount
total of item currently displayed
view
the recyclerView to load