protected static interface CalendarContract.ColorsColumns extends SyncStateContract.Columns
Modifier and Type | Field and Description |
---|---|
static String |
COLOR
The color as an 8-bit ARGB integer value.
|
static String |
COLOR_KEY
The key used to reference this color.
|
static String |
COLOR_TYPE
The type of color, which describes how it should be used.
|
static int |
TYPE_CALENDAR
This indicateds a color that can be used for calendars.
|
static int |
TYPE_EVENT
This indicates a color that can be used for events.
|
ACCOUNT_NAME, ACCOUNT_TYPE, DATA
_COUNT, _ID
static final String COLOR_TYPE
TYPE_CALENDAR
and TYPE_EVENT
. Column name.
Type: INTEGER (NOT NULL)
static final int TYPE_CALENDAR
static final int TYPE_EVENT
static final String COLOR_KEY
SyncStateContract.Columns.ACCOUNT_TYPE
and
SyncStateContract.Columns.ACCOUNT_NAME
. Column name.
Type: TEXT
static final String COLOR
Type: INTEGER (NOT NULL)