Added in API level 1
Deprecated in API level 5

Contacts.PresenceColumns

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.

Summary

Constants

int AVAILABLE

int AWAY

int DO_NOT_DISTURB

int IDLE

String IM_ACCOUNT

This constant is deprecated. see ContactsContract

String IM_HANDLE

This constant is deprecated. see ContactsContract

String IM_PROTOCOL

This constant is deprecated. see ContactsContract

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

Constants

AVAILABLE

Added in API level 8
Deprecated in API level 5
public static final int AVAILABLE

Constant Value: 5 (0x00000005)

AWAY

Added in API level 8
Deprecated in API level 5
public static final int AWAY

Constant Value: 2 (0x00000002)

DO_NOT_DISTURB

Added in API level 8
Deprecated in API level 5
public static final int DO_NOT_DISTURB

Constant Value: 4 (0x00000004)

IDLE

Added in API level 8
Deprecated in API level 5
public static final int IDLE

Constant Value: 3 (0x00000003)

IM_ACCOUNT

Added in API level 1
public static final String IM_ACCOUNT

This constant is deprecated.
see ContactsContract

The IM account for the local user that the presence data came from.

Type: STRING

Constant Value: "im_account"

IM_HANDLE

Added in API level 1
public static final String IM_HANDLE

This constant is deprecated.
see ContactsContract

The IM handle the presence item is for. The handle is scoped to the IM_PROTOCOL.

Type: STRING

Constant Value: "im_handle"

IM_PROTOCOL

Added in API level 1
public static final String IM_PROTOCOL

This constant is deprecated.
see ContactsContract

The IM service the presence is coming from. Formatted using either Contacts.ContactMethods#encodePredefinedImProtocol or Contacts.ContactMethods#encodeCustomImProtocol.

Type: STRING

Constant Value: "im_protocol"

INVISIBLE

Added in API level 8
Deprecated in API level 5
public static final int INVISIBLE

Constant Value: 1 (0x00000001)

OFFLINE

Added in API level 8
Deprecated in API level 5
public static final int OFFLINE

Presence Status definition

Constant Value: 0 (0x00000000)

PRESENCE_CUSTOM_STATUS

Added in API level 8
Deprecated in API level 5
public static final String PRESENCE_CUSTOM_STATUS

The user defined status line.

Type: TEXT

Constant Value: "status"

PRESENCE_STATUS

Added in API level 8
Deprecated in API level 5
public static final String PRESENCE_STATUS

The server defined status.

Type: INTEGER (one of the values below)

Constant Value: "mode"

PRIORITY

Added in API level 8
Deprecated in API level 5
public static final String PRIORITY

The priority, an integer, used by XMPP presence

Type: INTEGER

Constant Value: "priority"