java.lang.Object | |
↳ | android.provider.HtcContactsContract.HtcEvent |
Common data definition for HTC event
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENT_ITEM_TYPE | MIME type used when storing this in data table. | |||||||||
String | CONTENT_TYPE | The MIME type of CONTENT_URI providing a directory of htc event. |
|||||||||
String | DATA_REF_ID | The reference event in the data table
Type: INTEGER |
|||||||||
String | DAY_OF_MONTH | Event in day of month
Type: INTEGER |
|||||||||
String | DESCRIPTION | The description for the event
Type: TEXT |
|||||||||
String | END_TIME | The ending time of the event
Type: INTEGER |
|||||||||
String | EVENT_DB_ID | The event ID map to the calendar database
Type: INTEGER |
|||||||||
String | IS_ALL_DAY | Is the event an all day event
Type: INTEGER |
|||||||||
String | MONTH | Event in month
Type: INTEGER |
|||||||||
int | NOTIFICATION_1_DAY | ||||||||||
int | NOTIFICATION_30_DAYS | ||||||||||
int | NOTIFICATION_7_DAYS | ||||||||||
int | NOTIFICATION_NONE | ||||||||||
String | NOTIFICATION_TYPE | The notification type for the event
Type: INTEGER |
|||||||||
int | NOT_ALL_DAY | ||||||||||
int | RECURRENCE_DAILY | ||||||||||
int | RECURRENCE_MONTHLY | ||||||||||
int | RECURRENCE_ONCE | ||||||||||
int | RECURRENCE_QUARTERLY | ||||||||||
String | RECURRENCE_TYPE | The recurrence type for the event
Type: INTEGER |
|||||||||
int | RECURRENCE_WEEKLY | ||||||||||
int | RECURRENCE_YEARLY | ||||||||||
String | START_TIME | The starting time of the event
Type: INTEGER |
|||||||||
String | TIMEZONE | The timezone for the event
Type: TEXT |
|||||||||
String | TITLE | The display title for the event
Type: TEXT |
|||||||||
String | TYPE | The type of the event. | |||||||||
int | TYPE_ANNIVERSARY | ||||||||||
int | TYPE_BIRTHDAY | ||||||||||
int | TYPE_OTHER | ||||||||||
String | YEAR | Event in year
Type: INTEGER |
|||||||||
int | YES_ALL_DAY |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URI for all data records of the
CONTENT_ITEM_TYPE MIME type, combined with the
associated raw contact and aggregate contact data. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the string resource that best describes the given
TYPE . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
MIME type used when storing this in data table.
The MIME type of CONTENT_URI
providing a directory of htc event.
The reference event in the data table
Type: INTEGER
Event in day of month
Type: INTEGER
The description for the event
Type: TEXT
The ending time of the event
Type: INTEGER
The event ID map to the calendar database
Type: INTEGER
Is the event an all day event
Type: INTEGER
Event in month
Type: INTEGER
The notification type for the event
Type: INTEGER
The recurrence type for the event
Type: INTEGER
The starting time of the event
Type: INTEGER
The timezone for the event
Type: TEXT
The display title for the event
Type: TEXT
The type of the event. e.g. birthday, anniversary, other
Type: INTEGER
Event in year
Type: INTEGER
The content:// style URI for all data records of the
CONTENT_ITEM_TYPE
MIME type, combined with the
associated raw contact and aggregate contact data.
Return the string resource that best describes the given
TYPE
. Will always return a valid resource.