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 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

Functions

Link copied to clipboard
Link copied to clipboard

Removes blank (empty or only white-space) String values from ContentValues.

Link copied to clipboard

Returns the contents of the current row as a android.content.ContentValues object.