queryItems

abstract fun queryItems(options: SyncList.QueryOptions, listener: SuccessListener<SyncListPaginator>)

Query paginated sequence of items from the list, based on query options. The order of items within the page is not guaranteed.

Parameters

options

Specific query options.

listener

Async result listener. See SuccessListener.