Added in API level 5
BaseSyncColumns
protected interface BaseSyncColumns
android.provider.ContactsContract.BaseSyncColumns |
Generic columns for use by sync adapters. The specific functions of these columns are private to the sync adapter. Other clients of the API should not attempt to either read or write this column.
Summary
Constants | |
---|---|
static String |
Generic column for use by sync adapters. |
static String |
Generic column for use by sync adapters. |
static String |
Generic column for use by sync adapters. |
static String |
Generic column for use by sync adapters. |
Constants
SYNC1
Added in API level 5
static val SYNC1: String
Generic column for use by sync adapters.
Value: "sync1"
SYNC2
Added in API level 5
static val SYNC2: String
Generic column for use by sync adapters.
Value: "sync2"
SYNC3
Added in API level 5
static val SYNC3: String
Generic column for use by sync adapters.
Value: "sync3"
SYNC4
Added in API level 5
static val SYNC4: String
Generic column for use by sync adapters.
Value: "sync4"