Append
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.
Params to load a page of data from a PagingDataSource via PagingDataSource.load to be appended to the end of the list.