android.provider.ContactsContract.StatusColumns |
Social status update columns.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AVAILABLE | ||||||||||
int | AWAY | ||||||||||
int | DO_NOT_DISTURB | ||||||||||
int | IDLE | ||||||||||
int | INVISIBLE | ||||||||||
int | OFFLINE | Presence Status definition | |||||||||
String | PRESENCE | Contact's latest presence level. | |||||||||
String | PRESENCE_CUSTOM_STATUS | The user defined status line. | |||||||||
String | PRESENCE_STATUS | The server defined status. | |||||||||
String | PRIORITY | The priority, an integer, used by XMPP presence
Type: INTEGER |
|||||||||
String | STATUS | Contact latest status update. | |||||||||
String | STATUS_ICON | The resource ID of the icon for the source of the status update. | |||||||||
String | STATUS_LABEL | The resource ID of the label describing the source of the status update, e.g. | |||||||||
String | STATUS_RES_PACKAGE | The package containing resources for this status: label and icon. | |||||||||
String | STATUS_TIMESTAMP | The absolute time in milliseconds when the latest status was inserted/updated. |
Presence Status definition
Contact's latest presence level.
Type: INTEGER (one of the values below)
The user defined status line.
Type: TEXT
The server defined status.
Type: INTEGER (one of the values below)
The priority, an integer, used by XMPP presence
Type: INTEGER
Contact latest status update.
Type: TEXT
The resource ID of the icon for the source of the status update.
This resource should be scoped by the STATUS_RES_PACKAGE
.
Type: NUMBER
The resource ID of the label describing the source of the status update, e.g. "Google
Talk". This resource should be scoped by the STATUS_RES_PACKAGE
.
Type: NUMBER
The package containing resources for this status: label and icon.
Type: NUMBER
The absolute time in milliseconds when the latest status was inserted/updated.
Type: NUMBER