android.provider.ContactsContract.ContactStatusColumns |
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. |
Contact Chat Capabilities. See ContactsContract.StatusUpdates
for individual
definitions.
Type: NUMBER
Contact presence status. See ContactsContract.StatusUpdates
for individual status
definitions.
Type: NUMBER
Contact's latest status update.
Type: TEXT
The resource ID of the icon for the source of contact status. This
resource is scoped by the CONTACT_STATUS_RES_PACKAGE
.
Type: NUMBER
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
The package containing resources for this status: label and icon.
Type: TEXT
The absolute time in milliseconds when the latest status was inserted/updated.
Type: NUMBER