Batch Operation
A batch of content provider operations that is run as a single transaction.
Should not be used directly. Instead, use a subclass that defines maxOperationsPerYieldPoint for the respective provider.
Parameters
provider Client
the ContentProviderClient to use
max Operations Per Yield Point
maximum number of operations per yield point (null
for none)
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
class CpoBuilder
Wrapper for ContentProviderOperation.Builder that allows to reset previously-set value back references.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Enqueues an operation to the current batch.
Shortcut for plusAssign of multiple operations.