get

abstract fun get(id: String, callback: IndexableDataProvider.CompletionCallback<in R?>): AsyncOperationTask

Retrieves the record with specified id or null if there's no such record.

Return

an object representing pending completion of the task.

Parameters

id

Record's id.

callback

Callback to handle result, triggered on the main thread.