TasksBatchOperation

BatchOperation for the tasks.org / OpenTasks provider

Constructors

Link copied to clipboard
constructor(providerClient: ContentProviderClient)

Types

Link copied to clipboard
object Companion

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
operator fun plusAssign(operation: BatchOperation.CpoBuilder)

Enqueues an operation to the current batch.

operator fun plusAssign(operations: Iterable<BatchOperation.CpoBuilder>)

Shortcut for plusAssign of multiple operations.