public
static
interface
Contacts.PresenceColumns
| android.provider.Contacts.PresenceColumns |
|
|
This interface was deprecated
in API level 5.
see ContactsContract
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
This constant was deprecated
in API level 5.
see |
String |
IM_HANDLE
This constant was deprecated
in API level 5.
see |
String |
IM_PROTOCOL
This constant was deprecated
in API level 5.
see |
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 |
String IM_ACCOUNT
This constant was deprecated
in API level 5.
see ContactsContract
The IM account for the local user that the presence data came from.
Type: STRING
Constant Value: "im_account"
String IM_HANDLE
This constant was deprecated
in API level 5.
see ContactsContract
The IM handle the presence item is for. The handle is scoped to
the IM_PROTOCOL.
Type: STRING
Constant Value: "im_handle"
String IM_PROTOCOL
This constant was deprecated
in API level 5.
see ContactsContract
The IM service the presence is coming from. Formatted using either
encodePredefinedImProtocol(int) or
encodeCustomImProtocol(String).
Type: STRING
Constant Value: "im_protocol"
String PRESENCE_CUSTOM_STATUS
The user defined status line.
Type: TEXT
Constant Value: "status"
String PRESENCE_STATUS
The server defined status.
Type: INTEGER (one of the values below)
Constant Value: "mode"
String PRIORITY
The priority, an integer, used by XMPP presence
Type: INTEGER
Constant Value: "priority"