to top
Android APIs
Added in API level 5
protected static interface

ContactsContract.ContactStatusColumns

android.provider.ContactsContract.ContactStatusColumns
Known Indirect Subclasses
See Also

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

public static final String CONTACT_CHAT_CAPABILITY

Added in API level 11

Contact Chat Capabilities. See ContactsContract.StatusUpdates for individual definitions.

Type: NUMBER

Constant Value: "contact_chat_capability"

public static final String CONTACT_PRESENCE

Added in API level 5

Contact presence status. See ContactsContract.StatusUpdates for individual status definitions.

Type: NUMBER

Constant Value: "contact_presence"

public static final String CONTACT_STATUS

Added in API level 5

Contact's latest status update.

Type: TEXT

Constant Value: "contact_status"

public static final String CONTACT_STATUS_ICON

Added in API level 5

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"

public static final String CONTACT_STATUS_LABEL

Added in API level 5

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"

public static final String CONTACT_STATUS_RES_PACKAGE

Added in API level 5

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

Type: TEXT

Constant Value: "contact_status_res_package"

public static final String CONTACT_STATUS_TIMESTAMP

Added in API level 5

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

Type: NUMBER

Constant Value: "contact_status_ts"
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.