Package-level declarations

Types

Link copied to clipboard
open class BatchOperation

A batch of content provider operations that is run as a single transaction.

Link copied to clipboard

BatchOperation for the Android calendar provider

Link copied to clipboard

BatchOperation for the Android contacts provider

Link copied to clipboard
Link copied to clipboard
class LocalStorageException @JvmOverloads constructor(message: String?, cause: Throwable? = null) : Exception

Indicates a problem with a local storage operation, such as failing to insert or update a row in contacts or calendar storage.

Link copied to clipboard

BatchOperation for the tasks.org / OpenTasks provider