Prepend

data class Prepend(    val dataIndex: Int,     val loadSize: Int,     val placeholdersEnabled: Boolean) : IviPagingSource.LoadParams

See PagingSource.LoadParams.Prepend.

A request to load loadSize items beforedataIndex (exclusive).

Constructors

Link copied to clipboard
fun Prepend(    dataIndex: Int,     loadSize: Int,     placeholdersEnabled: Boolean)

Properties

Link copied to clipboard
open override val dataIndex: Int

The index of the data within the IviPagingSource.

Link copied to clipboard
open override val loadSize: Int
Link copied to clipboard
open override val placeholdersEnabled: Boolean