to top
Android APIs
Added in 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
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

public static final String SYNC1

Added in API level 5

Generic column for use by sync adapters.

Constant Value: "sync1"

public static final String SYNC2

Added in API level 5

Generic column for use by sync adapters.

Constant Value: "sync2"

public static final String SYNC3

Added in API level 5

Generic column for use by sync adapters.

Constant Value: "sync3"

public static final String SYNC4

Added in API level 5

Generic column for use by sync adapters.

Constant Value: "sync4"
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.