public static interface SyncStateContract.Columns extends BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_NAME
A reference to the name of the account to which this data belongs
|
static String |
ACCOUNT_TYPE
A reference to the type of the account to which this data belongs
|
static String |
DATA
The sync data associated with this account.
|
_COUNT, _ID
static final String ACCOUNT_NAME
Type: STRING
static final String ACCOUNT_TYPE
Type: STRING
static final String DATA
Type: NONE