queryItems
abstract fun queryItems(options: SyncList.QueryOptions, listener: SuccessListener<SyncListPaginator>)
Content copied to clipboard
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.