protected static interface ContactsContract.ContactStatusColumns
android.provider.ContactsContract.ContactStatusColumns |
See also:
Constants |
|
---|---|
String |
CONTACT_CHAT_CAPABILITY Contact Chat Capabilities. |
String |
CONTACT_PRESENCE Contact presence status. |
String |
CONTACT_STATUS Contact's latest status update. |
String |
CONTACT_STATUS_ICON The resource ID of the icon for the source of contact status. |
String |
CONTACT_STATUS_LABEL The resource ID of the label describing the source of contact status, e.g. |
String |
CONTACT_STATUS_RES_PACKAGE The package containing resources for this status: label and icon. |
String |
CONTACT_STATUS_TIMESTAMP The absolute time in milliseconds when the latest status was inserted/updated. |
String CONTACT_CHAT_CAPABILITY
Contact Chat Capabilities. See ContactsContract.StatusUpdates
for individual definitions.
Type: NUMBER
Constant Value: "contact_chat_capability"
String CONTACT_PRESENCE
Contact presence status. See ContactsContract.StatusUpdates
for individual status definitions.
Type: NUMBER
Constant Value: "contact_presence"
String CONTACT_STATUS
Contact's latest status update.
Type: TEXT
Constant Value: "contact_status"
String CONTACT_STATUS_ICON
The resource ID of the icon for the source of contact status. This resource is scoped by the CONTACT_STATUS_RES_PACKAGE
.
Type: NUMBER
Constant Value: "contact_status_icon"
String CONTACT_STATUS_LABEL
The resource ID of the label describing the source of contact status, e.g. "Google Talk". This resource is scoped by the CONTACT_STATUS_RES_PACKAGE
.
Type: NUMBER
Constant Value: "contact_status_label"
String CONTACT_STATUS_RES_PACKAGE
The package containing resources for this status: label and icon.
Type: TEXT
Constant Value: "contact_status_res_package"
String CONTACT_STATUS_TIMESTAMP
The absolute time in milliseconds when the latest status was inserted/updated.
Type: NUMBER
Constant Value: "contact_status_ts"