PagerData

data class PagerData<Key : Any, Value : Any>(val pageSize: Int, val source: PagingSource<Key, Value>)

Pager data representing a PagingData

Parameters

Key

Used for paging

Value

Result type

Constructors

Link copied to clipboard
constructor(pageSize: Int, source: PagingSource<Key, Value>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Page size for the PagingData

Link copied to clipboard

PagerData source to be created