Refresh

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

See PagingSource.LoadParams.Refresh.

A request to load loadSize items from dataIndex (inclusive).

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