Added in API level 5

StatusColumns

protected interface StatusColumns
android.provider.ContactsContract.StatusColumns

Social status update columns.

Summary

Constants
static Int

An allowed value of PRESENCE.

static Int

An allowed value of PRESENCE.

static Int

An allowed flag of CHAT_CAPABILITY.

static Int

An allowed flag of CHAT_CAPABILITY.

static Int

An allowed flag of CHAT_CAPABILITY.

static String

Contact's audio/video chat capability level.

static Int

An allowed value of PRESENCE.

static Int

An allowed value of PRESENCE.

static Int

An allowed value of PRESENCE.

static Int

An allowed value of PRESENCE.

static String

Contact's latest presence level.

static String

static String

static String

Contact latest status update.

static String

The resource ID of the icon for the source of the status update.

static String

The resource ID of the label describing the source of the status update, e.

static String

The package containing resources for this status: label and icon.

static String

The absolute time in milliseconds when the latest status was inserted/updated.

Constants

AVAILABLE

Added in API level 8
static val AVAILABLE: Int

An allowed value of PRESENCE.

Value: 5

AWAY

Added in API level 8
static val AWAY: Int

An allowed value of PRESENCE.

Value: 2

CAPABILITY_HAS_CAMERA

Added in API level 11
static val CAPABILITY_HAS_CAMERA: Int

An allowed flag of CHAT_CAPABILITY. Indicates that the contact's device has a camera that can be used for video chat (e.g. a front-facing camera on a phone).

Value: 4

CAPABILITY_HAS_VIDEO

Added in API level 11
static val CAPABILITY_HAS_VIDEO: Int

An allowed flag of CHAT_CAPABILITY. Indicates that the contact's device can display a video feed.

Value: 2

CAPABILITY_HAS_VOICE

Added in API level 11
static val CAPABILITY_HAS_VOICE: Int

An allowed flag of CHAT_CAPABILITY. Indicates audio-chat capability (microphone and speaker)

Value: 1

CHAT_CAPABILITY

Added in API level 11
static val CHAT_CAPABILITY: String

Contact's audio/video chat capability level.

Type: INTEGER (one of the values below)

Value: "chat_capability"

DO_NOT_DISTURB

Added in API level 8
static val DO_NOT_DISTURB: Int

An allowed value of PRESENCE.

Value: 4

IDLE

Added in API level 8
static val IDLE: Int

An allowed value of PRESENCE.

Value: 3

INVISIBLE

Added in API level 8
static val INVISIBLE: Int

An allowed value of PRESENCE.

Value: 1

OFFLINE

Added in API level 8
static val OFFLINE: Int

An allowed value of PRESENCE.

Value: 0

PRESENCE

Added in API level 5
static val PRESENCE: String

Contact's latest presence level.

Type: INTEGER (one of the values below)

Value: "mode"

PRESENCE_CUSTOM_STATUS

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

Deprecated: use STATUS

Value: "status"

PRESENCE_STATUS

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

Deprecated: use PRESENCE

Value: "mode"

STATUS

Added in API level 5
static val STATUS: String

Contact latest status update.

Type: TEXT

Value: "status"

STATUS_ICON

Added in API level 5
static val STATUS_ICON: String

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

Value: "status_icon"

STATUS_LABEL

Added in API level 5
static val STATUS_LABEL: String

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

Value: "status_label"

STATUS_RES_PACKAGE

Added in API level 5
static val STATUS_RES_PACKAGE: String

The package containing resources for this status: label and icon.

Type: TEXT

Value: "status_res_package"

STATUS_TIMESTAMP

Added in API level 5
static val STATUS_TIMESTAMP: String

The absolute time in milliseconds when the latest status was inserted/updated.

Type: NUMBER

Value: "status_ts"