android.provider.Contacts.PresenceColumns |
Known Indirect Subclasses |
The IM presence columns with some contacts specific columns mixed in.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AVAILABLE | ||||||||||
int | AWAY | ||||||||||
int | DO_NOT_DISTURB | ||||||||||
int | IDLE | ||||||||||
String | IM_ACCOUNT | The IM account for the local user that the presence data came from. | |||||||||
String | IM_HANDLE | The IM handle the presence item is for. | |||||||||
String | IM_PROTOCOL | The IM service the presence is coming from. | |||||||||
int | INVISIBLE | ||||||||||
int | OFFLINE | Presence Status definition | |||||||||
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 |
The IM account for the local user that the presence data came from.
Type: STRING
The IM handle the presence item is for. The handle is scoped to the IM_PROTOCOL.
Type: STRING
The IM service the presence is coming from. Formatted using either encodePredefinedImProtocol(int) or encodeCustomImProtocol(String).
Type: STRING
Presence Status definition
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