# Print output for @column tags ?> SyncStateContract.Columns - Android SDK | Android Developers

Most visited


Recently visited


SyncStateContract.Columns

public static interface SyncStateContract.Columns
implements BaseColumns

android.provider.SyncStateContract.Columns


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.

Inherited constants

Constants


ACCOUNT_NAME

public static final String ACCOUNT_NAME

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

Type: STRING

Constant Value: "account_name"

ACCOUNT_TYPE

public static final String ACCOUNT_TYPE

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

Type: STRING

Constant Value: "account_type"

DATA

public static final String DATA

The sync data associated with this account.

Type: NONE

Constant Value: "data"

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.