Cursor

data class Cursor(before: String?, after: String?)

The cursor to use as key to find the next (or previous) page of items.

Parameters

before

The cursor to use as key to find the previous page of items.

after

The cursor to use as key to find the next page of items.

Constructors

Cursor
Link copied to clipboard
common
fun Cursor(before: String? = null, after: String? = null)
The cursor to use as key to find the previous page of items.

Properties

after
Link copied to clipboard
common
val after: String? = null
The cursor to use as key to find the next page of items.
before
Link copied to clipboard
common
val before: String? = null
The cursor to use as key to find the previous page of items.

Sources

common source
Link copied to clipboard