addAll

abstract fun addAll(records: List<R>, callback: IndexableDataProvider.CompletionCallback<Unit>): AsyncOperationTask

Add multiple records to this data provider.

Return

an object representing pending completion of the task.

Parameters

records

Records to be added.

callback

Callback to handle result, triggered on the main thread.