Added in API level 1
Deprecated in API level 5

PresenceColumns

interface PresenceColumns
android.provider.Contacts.PresenceColumns

The IM presence columns with some contacts specific columns mixed in.

Summary

Constants
static Int

static Int

static Int

static Int

static String

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

static String

The IM handle the presence item is for.

static String

The IM service the presence is coming from.

static Int

static Int

Presence Status definition

static String

The user defined status line.

static String

The server defined status.

static String

The priority, an integer, used by XMPP presence

Constants

AVAILABLE

Added in API level 8
Deprecated in API level 5
static val AVAILABLE: Int

Deprecated: Deprecated in Java.

Value: 5

AWAY

Added in API level 8
Deprecated in API level 5
static val AWAY: Int

Deprecated: Deprecated in Java.

Value: 2

DO_NOT_DISTURB

Added in API level 8
Deprecated in API level 5
static val DO_NOT_DISTURB: Int

Deprecated: Deprecated in Java.

Value: 4

IDLE

Added in API level 8
Deprecated in API level 5
static val IDLE: Int

Deprecated: Deprecated in Java.

Value: 3

IM_ACCOUNT

Added in API level 1
static val IM_ACCOUNT: String

Deprecated: see android.provider.ContactsContract

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

Type: STRING

Value: "im_account"

IM_HANDLE

Added in API level 1
static val IM_HANDLE: String

Deprecated: see android.provider.ContactsContract

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

Type: STRING

Value: "im_handle"

IM_PROTOCOL

Added in API level 1
static val IM_PROTOCOL: String

Deprecated: see android.provider.ContactsContract

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

Type: STRING

Value: "im_protocol"

INVISIBLE

Added in API level 8
Deprecated in API level 5
static val INVISIBLE: Int

Deprecated: Deprecated in Java.

Value: 1

OFFLINE

Added in API level 8
Deprecated in API level 5
static val OFFLINE: Int

Deprecated: Deprecated in Java.

Presence Status definition

Value: 0

PRESENCE_CUSTOM_STATUS

Added in API level 8
Deprecated in API level 5
static val PRESENCE_CUSTOM_STATUS: String

Deprecated: Deprecated in Java.

The user defined status line.

Type: TEXT

Value: "status"

PRESENCE_STATUS

Added in API level 8
Deprecated in API level 5
static val PRESENCE_STATUS: String

Deprecated: Deprecated in Java.

The server defined status.

Type: INTEGER (one of the values below)

Value: "mode"

PRIORITY

Added in API level 8
Deprecated in API level 5
static val PRIORITY: String

Deprecated: Deprecated in Java.

The priority, an integer, used by XMPP presence

Type: INTEGER

Value: "priority"