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
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
data class MainItemAndExceptions(val main: Entity, val exceptions: List<Entity>)

Represents a set of a local main item (event, task, journal) and associated exceptions that are stored together.

Functions

Link copied to clipboard
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.