LoadParams
Parameters to use for a load request on a PagingDataSource.
Types
Link copied to clipboard
class Append<Key : Any>(val key: Key, loadSize: Int) : PagingDataSource.LoadParams<Key>
Content copied to clipboard
Params to load a page of data from a PagingDataSource via PagingDataSource.load to be appended to the end of the list.