getAll

abstract fun getAll(callback: IndexableDataProvider.CompletionCallback<List<R>>): AsyncOperationTask

Retrieves all records from this provider.

Return

an object representing pending completion of the task.

Parameters

callback

Callback to handle result, triggered on the main thread.