Most visited

Recently visited

Added in API level 5

SyncStateContract.Columns

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.

Inherited constants

From interface android.provider.BaseColumns

Constants

ACCOUNT_NAME

Added in API level 5
String ACCOUNT_NAME

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

Type: STRING

Constant Value: "account_name"

ACCOUNT_TYPE

Added in API level 5
String ACCOUNT_TYPE

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

Type: STRING

Constant Value: "account_type"

DATA

Added in API level 5
String DATA

The sync data associated with this account.

Type: NONE

Constant Value: "data"

Hooray!