protected static interface ContactsContract.StatusColumns
android.provider.ContactsContract.StatusColumns |
Social status update columns.
Constants |
|
---|---|
int |
AVAILABLE An allowed value of |
int |
AWAY An allowed value of |
int |
CAPABILITY_HAS_CAMERA An allowed flag of |
int |
CAPABILITY_HAS_VIDEO An allowed flag of |
int |
CAPABILITY_HAS_VOICE An allowed flag of |
String |
CHAT_CAPABILITY Contact's audio/video chat capability level. |
int |
DO_NOT_DISTURB An allowed value of |
int |
IDLE An allowed value of |
int |
INVISIBLE An allowed value of |
int |
OFFLINE An allowed value of |
String |
PRESENCE Contact's latest presence level. |
String |
PRESENCE_CUSTOM_STATUS This constant was deprecated in API level 8. use |
String |
PRESENCE_STATUS This constant was deprecated in API level 8. use |
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. |
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. |
int AVAILABLE
An allowed value of PRESENCE
.
Constant Value: 5 (0x00000005)
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)
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)
int CAPABILITY_HAS_VOICE
An allowed flag of CHAT_CAPABILITY
. Indicates audio-chat capability (microphone and speaker)
Constant Value: 1 (0x00000001)
String CHAT_CAPABILITY
Contact's audio/video chat capability level.
Type: INTEGER (one of the values below)
Constant Value: "chat_capability"
int DO_NOT_DISTURB
An allowed value of PRESENCE
.
Constant Value: 4 (0x00000004)
int INVISIBLE
An allowed value of PRESENCE
.
Constant Value: 1 (0x00000001)
int OFFLINE
An allowed value of PRESENCE
.
Constant Value: 0 (0x00000000)
String PRESENCE
Contact's latest presence level.
Type: INTEGER (one of the values below)
Constant Value: "mode"
String PRESENCE_CUSTOM_STATUS
This constant was deprecated in API level 8.
use STATUS
Constant Value: "status"
String PRESENCE_STATUS
This constant was deprecated in API level 8.
use PRESENCE
Constant Value: "mode"
String STATUS
Contact latest status update.
Type: TEXT
Constant Value: "status"
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"
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"
String STATUS_RES_PACKAGE
The package containing resources for this status: label and icon.
Type: TEXT
Constant Value: "status_res_package"
String STATUS_TIMESTAMP
The absolute time in milliseconds when the latest status was inserted/updated.
Type: NUMBER
Constant Value: "status_ts"