Added in API level 5
Columns
interface Columns : BaseColumns
android.provider.SyncStateContract.Columns |
Summary
Constants | |
---|---|
static String |
A reference to the name of the account to which this data belongs |
static String |
A reference to the type of the account to which this data belongs |
static String |
The sync data associated with this account. |
Inherited constants | |
---|---|
Constants
ACCOUNT_NAME
Added in API level 5
static val ACCOUNT_NAME: String
A reference to the name of the account to which this data belongs
Type: STRING
Value: "account_name"
ACCOUNT_TYPE
Added in API level 5
static val ACCOUNT_TYPE: String
A reference to the type of the account to which this data belongs
Type: STRING
Value: "account_type"
DATA
Added in API level 5
static val DATA: String
The sync data associated with this account.
Type: NONE
Value: "data"