Append

class Append<Key : Any>(val key: Key, loadSize: Int) : PagingDataSource.LoadParams<Key>

Params to load a page of data from a PagingDataSource via PagingDataSource.load to be appended to the end of the list.

Constructors

Link copied to clipboard
fun <Key : Any> Append(key: Key, loadSize: Int)

Properties

Link copied to clipboard
open override val key: Key

Key for the page to be loaded.

Link copied to clipboard
val loadSize: Int

Requested number of items to load.