Page

fun <Key : Any, Value : Any> Page(    data: List<Value>,     prevKey: Key?,     nextKey: Key?,     totalCount: Int?)

Parameters

data

Loaded data

prevKey

Key for previous page if more data can be loaded in that direction, null otherwise.

nextKey

Key for next page if more data can be loaded in that direction, null otherwise.