Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

SyncStateContract.Columns

implements BaseColumns
android.provider.SyncStateContract.Columns
Known Indirect Subclasses

Summary

Constants
String ACCOUNT_NAME A reference to the name of the account to which this data belongs

Type: STRING

String ACCOUNT_TYPE A reference to the type of the account to which this data belongs

Type: STRING

String DATA The sync data associated with this account.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns

Constants

public static final String ACCOUNT_NAME

Added in API level 5

A reference to the name of the account to which this data belongs

Type: STRING

Constant Value: "account_name"

public static final String ACCOUNT_TYPE

Added in API level 5

A reference to the type of the account to which this data belongs

Type: STRING

Constant Value: "account_type"

public static final String DATA

Added in API level 5

The sync data associated with this account.

Type: NONE

Constant Value: "data"