Since: API Level 5
protected static interface

ContactsContract.BaseSyncColumns

android.provider.ContactsContract.BaseSyncColumns
Known Indirect Subclasses

Class Overview

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
StringSYNC1Generic column for use by sync adapters.
StringSYNC2Generic column for use by sync adapters.
StringSYNC3Generic column for use by sync adapters.
StringSYNC4Generic column for use by sync adapters.

Constants

public static final String SYNC1

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "sync1"

public static final String SYNC2

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "sync2"

public static final String SYNC3

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "sync3"

public static final String SYNC4

Since: API Level 5

Generic column for use by sync adapters.

Constant Value: "sync4"