BatchOperation

class BatchOperation(providerClient: ContentProviderClient, maxOperationsPerYieldPoint: Int? = null)

Constructors

Link copied to clipboard
constructor(providerClient: ContentProviderClient, maxOperationsPerYieldPoint: Int? = null)

Types

Link copied to clipboard
class BackReference(val originalIndex: Int)
Link copied to clipboard
object Companion
Link copied to clipboard

Wrapper for ContentProviderOperation.Builder that allows to reset previously-set value back references.

Functions

Link copied to clipboard
fun commit(): Int

Commits all operations from queue and then empties the queue.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard