public static final class

HtcContactsContract.EventInstance

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.HtcContactsContract.EventInstance

Class Overview

Definition for HTC event instance table. Each instance is a specific recurrence of the event.

Summary

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
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI The content:// style URI for this table
public static final Uri WITH_RANGE_CONTENT_URI
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DATA_REF_ID

Since: API Level

A reference to the HtcEvent._ID that this data belongs to.

Type: INTEGER

Constant Value: "data_ref_id"

public static final String IS_READ

Since: API Level

The read status of this instance

Type: INTEGER

Constant Value: "is_read"

public static final String NOTIFY_LOCATION

Since: API Level

The type of notification

Type: INTEGER

Constant Value: "notify_location"

public static final int NOTIFY_PEOPLE_INDICATOR

Constant Value: 1 (0x00000001)

public static final int NOTIFY_STATUS_BAR

Constant Value: 0 (0x00000000)

public static final int STATUS_READ

Constant Value: 1 (0x00000001)

public static final int STATUS_UNREAD

Constant Value: 0 (0x00000000)

public static final String TABLE_NAME

Database table name

Constant Value: "event_instance"

public static final String TIME

Since: API Level

The time in millisecond for this instance of event recurrence

Type: INTEGER

Constant Value: "time"

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table

public static final Uri WITH_RANGE_CONTENT_URI