SyncListPaginator

Interface for paginating over SyncList items retrieved using queryItems.

Types

Link copied to clipboard
interface Listener
Interface for receiving async result from requestNextPage and requestPreviousPage.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getPageSize(): Long
Link copied to clipboard
abstract fun hasNextPage(): Boolean
Link copied to clipboard
abstract fun hasPreviousPage(): Boolean
Link copied to clipboard
Retrieve contents of a next page of the SyncListPaginator.
Link copied to clipboard
Retrieve contents of a previous page of the SyncListPaginator.