Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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

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"