SyncState

A table provided for sync adapters to use for storing private sync state data.

Only sync adapters are allowed to access this table and they may access their own rows only. Note that only one row per account will be stored. Updating or inserting a sync state for a specific account will override any previous sync state for this account.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val _COUNT: String = "_count"
Link copied to clipboard
val _ID: String = "_id"
Link copied to clipboard
val ACCOUNT_NAME: String = "account_name"
Link copied to clipboard
val ACCOUNT_TYPE: String = "account_type"
Link copied to clipboard
val CONTENT_URI_PATH: String = "syncstate"
Link copied to clipboard
val DATA: String = "data"

Functions

Link copied to clipboard
open fun getContentUri(authority: String): Uri
Get the sync state content Uri using the given authority.