# Print output for @column tags ?> ContactsContract.StatusColumns - Android SDK | Android Developers

Most visited

Recently visited

ContactsContract.StatusColumns

protected static interface ContactsContract.StatusColumns

android.provider.ContactsContract.StatusColumns


Social status update columns.

See also:

Summary

Constants

int AVAILABLE

An allowed value of PRESENCE.

int AWAY

An allowed value of PRESENCE.

int CAPABILITY_HAS_CAMERA

An allowed flag of CHAT_CAPABILITY.

int CAPABILITY_HAS_VIDEO

An allowed flag of CHAT_CAPABILITY.

int CAPABILITY_HAS_VOICE

An allowed flag of CHAT_CAPABILITY.

String CHAT_CAPABILITY

Contact's audio/video chat capability level.

int DO_NOT_DISTURB

An allowed value of PRESENCE.

int IDLE

An allowed value of PRESENCE.

int INVISIBLE

An allowed value of PRESENCE.

int OFFLINE

An allowed value of PRESENCE.

String PRESENCE

Contact's latest presence level.

String PRESENCE_CUSTOM_STATUS

This constant is deprecated. use STATUS

String PRESENCE_STATUS

This constant is deprecated. use PRESENCE

String STATUS

Contact latest status update.

String STATUS_ICON

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

String STATUS_LABEL

The resource ID of the label describing the source of the status update, e.g. "Google Talk".

String STATUS_RES_PACKAGE

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

String STATUS_TIMESTAMP

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

Constants

AVAILABLE

public static final int AVAILABLE

An allowed value of PRESENCE.

Constant Value: 5 (0x00000005)

AWAY

public static final int AWAY

An allowed value of PRESENCE.

Constant Value: 2 (0x00000002)

CAPABILITY_HAS_CAMERA

public static final int CAPABILITY_HAS_CAMERA

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).

Constant Value: 4 (0x00000004)

CAPABILITY_HAS_VIDEO

public static final int CAPABILITY_HAS_VIDEO

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

Constant Value: 2 (0x00000002)

CAPABILITY_HAS_VOICE

public static final int CAPABILITY_HAS_VOICE

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

Constant Value: 1 (0x00000001)

CHAT_CAPABILITY

public static final String CHAT_CAPABILITY

Contact's audio/video chat capability level.

Type: INTEGER (one of the values below)

Constant Value: "chat_capability"

DO_NOT_DISTURB

public static final int DO_NOT_DISTURB

An allowed value of PRESENCE.

Constant Value: 4 (0x00000004)

IDLE

public static final int IDLE

An allowed value of PRESENCE.

Constant Value: 3 (0x00000003)

INVISIBLE

public static final int INVISIBLE

An allowed value of PRESENCE.

Constant Value: 1 (0x00000001)

OFFLINE

public static final int OFFLINE

An allowed value of PRESENCE.

Constant Value: 0 (0x00000000)

PRESENCE

public static final String PRESENCE

Contact's latest presence level.

Type: INTEGER (one of the values below)

Constant Value: "mode"

PRESENCE_CUSTOM_STATUS

public static final String PRESENCE_CUSTOM_STATUS

This constant is deprecated.
use STATUS

Constant Value: "status"

PRESENCE_STATUS

public static final String PRESENCE_STATUS

This constant is deprecated.
use PRESENCE

Constant Value: "mode"

STATUS

public static final String STATUS

Contact latest status update.

Type: TEXT

Constant Value: "status"

STATUS_ICON

public static final String STATUS_ICON

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

Constant Value: "status_icon"

STATUS_LABEL

public static final String STATUS_LABEL

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

Constant Value: "status_label"

STATUS_RES_PACKAGE

public static final String STATUS_RES_PACKAGE

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

Type: TEXT

Constant Value: "status_res_package"

STATUS_TIMESTAMP

public static final String STATUS_TIMESTAMP

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

Type: NUMBER

Constant Value: "status_ts"