Added in API level 5

Constants


open class Constants : SyncStateContract.Columns

Summary

Constants
static String

Inherited 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.

Type: NONE

String _COUNT

The count of rows in a directory.

Type: INTEGER

String _ID

The unique ID for a row.

Type: INTEGER (long)

Public constructors

Constants

CONTENT_DIRECTORY

Added in API level 5
static val CONTENT_DIRECTORY: String
Value: "syncstate"

Public constructors

Constants

Constants()