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 before dataIndex (exclusive).

Constructors

Link copied to clipboard
constructor(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