CommonSyncColumns

A set of columns for synchronization purposes. These columns exist in Tasks and in TaskLists but have different meanings. Only sync adapters are allowed to change these values.

Author

Marten Gajda

Inheritors

Properties

Link copied to clipboard
val _DIRTY: String = "_dirty"
Indicates that a task or a task list has been changed.
Link copied to clipboard
val _SYNC_ID: String = "_sync_id"
A unique Sync ID as set by the sync adapter.
Link copied to clipboard
val SYNC1: String = "sync1"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC2: String = "sync2"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC3: String = "sync3"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC4: String = "sync4"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC5: String = "sync5"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC6: String = "sync6"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC7: String = "sync7"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC8: String = "sync8"
A general purpose column for the sync adapter.
Link copied to clipboard
val SYNC_VERSION: String = "sync_version"
Sync version as set by the sync adapter.