protected static interface ContactsContract.SyncColumns extends ContactsContract.BaseSyncColumns
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_NAME
The name of the account instance to which this row belongs, which when paired with
ACCOUNT_TYPE identifies a specific account. |
static String |
ACCOUNT_TYPE
The type of account to which this row belongs, which when paired with
ACCOUNT_NAME identifies a specific account. |
static String |
DIRTY
Flag indicating that
VERSION has changed, and this row needs
to be synchronized by its owning account. |
static String |
SOURCE_ID
String that uniquely identifies this row to its source account.
|
static String |
VERSION
Version number that is updated whenever this row or its related data
changes.
|
SYNC1, SYNC2, SYNC3, SYNC4
static final String ACCOUNT_NAME
ACCOUNT_TYPE
identifies a specific account.
Type: TEXT
static final String ACCOUNT_TYPE
ACCOUNT_NAME
identifies a specific account.
Type: TEXT
static final String SOURCE_ID
Type: TEXT
static final String VERSION
Type: INTEGER
static final String DIRTY
VERSION
has changed, and this row needs
to be synchronized by its owning account.
Type: INTEGER (boolean)