Package-level declarations

Types

Link copied to clipboard
data class ChangeLogEntry(val conversationId: QualifiedIDEntity, val messageId: String?, val eventType: ChangeLogEventType, val timestampMs: Long)

Represents a single entry in the remote backup change log.

Link copied to clipboard

Combined event types for the remote backup change log. Code ranges indicate level:

Link copied to clipboard

Data Access Object for tracking changes that need to be synced to remote backup. This changelog tracks WHAT changed, not the data itself. Actual data is fetched from existing DB tables when syncing.

Link copied to clipboard