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
static val SYNC1: String
Generic column for use by sync adapters.
Value: "sync1"
SYNC2
static val SYNC2: String
Generic column for use by sync adapters.
Value: "sync2"
SYNC3
static val SYNC3: String
Generic column for use by sync adapters.
Value: "sync3"
SYNC4
static val SYNC4: String
Generic column for use by sync adapters.
Value: "sync4"