java.lang.Object | |
↳ | android.provider.HtcContactsContract.EventInstance |
Definition for HTC event instance table. Each instance is a specific recurrence of the event.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DATA_REF_ID | A reference to the HtcEvent._ID that this data belongs to. | |||||||||
String | IS_READ | The read status of this instance
Type: INTEGER |
|||||||||
String | NOTIFY_LOCATION | The type of notification
Type: INTEGER |
|||||||||
int | NOTIFY_PEOPLE_INDICATOR | ||||||||||
int | NOTIFY_STATUS_BAR | ||||||||||
int | STATUS_READ | ||||||||||
int | STATUS_UNREAD | ||||||||||
String | TABLE_NAME | Database table name | |||||||||
String | TIME | The time in millisecond for this instance of event recurrence
Type: INTEGER |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URI for this table | ||||||||||
WITH_RANGE_CONTENT_URI |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A reference to the HtcEvent._ID that this data belongs to.
Type: INTEGER
The read status of this instance
Type: INTEGER
The type of notification
Type: INTEGER
Database table name
The time in millisecond for this instance of event recurrence
Type: INTEGER