Added in API level 5

ContactsContract.ContactStatusColumns

protected static interface ContactsContract.ContactStatusColumns

android.provider.ContactsContract.ContactStatusColumns


Summary

Constants

String CONTACT_CHAT_CAPABILITY

Contact Chat Capabilities.

String CONTACT_PRESENCE

Contact presence status.

String CONTACT_STATUS

Contact's latest status update.

String CONTACT_STATUS_ICON

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

String CONTACT_STATUS_LABEL

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

String CONTACT_STATUS_RES_PACKAGE

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

String CONTACT_STATUS_TIMESTAMP

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

Constants

CONTACT_CHAT_CAPABILITY

Added in API level 11
public static final String CONTACT_CHAT_CAPABILITY

Contact Chat Capabilities. See StatusUpdates for individual definitions.

Type: NUMBER

Constant Value: "contact_chat_capability"

CONTACT_PRESENCE

Added in API level 5
public static final String CONTACT_PRESENCE

Contact presence status. See StatusUpdates for individual status definitions.

Type: NUMBER

Constant Value: "contact_presence"

CONTACT_STATUS

Added in API level 5
public static final String CONTACT_STATUS

Contact's latest status update.

Type: TEXT

Constant Value: "contact_status"

CONTACT_STATUS_ICON

Added in API level 5
public static final String CONTACT_STATUS_ICON

The resource ID of the icon for the source of contact status. This resource is scoped by the CONTACT_STATUS_RES_PACKAGE.

Type: NUMBER

Constant Value: "contact_status_icon"

CONTACT_STATUS_LABEL

Added in API level 5
public static final String CONTACT_STATUS_LABEL

The resource ID of the label describing the source of contact status, e.g. "Google Talk". This resource is scoped by the CONTACT_STATUS_RES_PACKAGE.

Type: NUMBER

Constant Value: "contact_status_label"

CONTACT_STATUS_RES_PACKAGE

Added in API level 5
public static final String CONTACT_STATUS_RES_PACKAGE

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

Type: TEXT

Constant Value: "contact_status_res_package"

CONTACT_STATUS_TIMESTAMP

Added in API level 5
public static final String CONTACT_STATUS_TIMESTAMP

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

Type: NUMBER

Constant Value: "contact_status_ts"