Most visited

Recently visited

Added in API level 5

ContactsContract.BaseSyncColumns

protected static interface ContactsContract.BaseSyncColumns

android.provider.ContactsContract.BaseSyncColumns
Known Indirect Subclasses


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.

See also:

Summary

Constants

String SYNC1

Generic column for use by sync adapters.

String SYNC2

Generic column for use by sync adapters.

String SYNC3

Generic column for use by sync adapters.

String SYNC4

Generic column for use by sync adapters.

Constants

SYNC1

Added in API level 5
String SYNC1

Generic column for use by sync adapters.

Constant Value: "sync1"

SYNC2

Added in API level 5
String SYNC2

Generic column for use by sync adapters.

Constant Value: "sync2"

SYNC3

Added in API level 5
String SYNC3

Generic column for use by sync adapters.

Constant Value: "sync3"

SYNC4

Added in API level 5
String SYNC4

Generic column for use by sync adapters.

Constant Value: "sync4"

Hooray!