Cursor

fun Cursor(before: String? = null, after: String? = null)

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.

Sources

(source)
Link copied to clipboard