StatusColumns
protected interface StatusColumns
android.provider.ContactsContract.StatusColumns |
Social status update columns.
Summary
Constants | |
---|---|
static Int |
An allowed value of |
static Int |
An allowed value of |
static Int |
An allowed flag of |
static Int |
An allowed flag of |
static Int |
An allowed flag of |
static String |
Contact's audio/video chat capability level. |
static Int |
An allowed value of |
static Int |
An allowed value of |
static Int |
An allowed value of |
static Int |
An allowed value of |
static String |
Contact's latest presence level. |
static String | |
static String | |
static String |
Contact latest status update. |
static String |
The resource ID of the icon for the source of the status update. |
static String |
The resource ID of the label describing the source of the status update, e. |
static String |
The package containing resources for this status: label and icon. |
static String |
The absolute time in milliseconds when the latest status was inserted/updated. |
Constants
CAPABILITY_HAS_CAMERA
static val CAPABILITY_HAS_CAMERA: Int
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).
Value: 4
CAPABILITY_HAS_VIDEO
static val CAPABILITY_HAS_VIDEO: Int
An allowed flag of CHAT_CAPABILITY
. Indicates that the contact's device can display a video feed.
Value: 2
CAPABILITY_HAS_VOICE
static val CAPABILITY_HAS_VOICE: Int
An allowed flag of CHAT_CAPABILITY
. Indicates audio-chat capability (microphone and speaker)
Value: 1
CHAT_CAPABILITY
static val CHAT_CAPABILITY: String
Contact's audio/video chat capability level.
Type: INTEGER (one of the values below)
Value: "chat_capability"
DO_NOT_DISTURB
static val DO_NOT_DISTURB: Int
An allowed value of PRESENCE
.
Value: 4
PRESENCE
static val PRESENCE: String
Contact's latest presence level.
Type: INTEGER (one of the values below)
Value: "mode"
PRESENCE_CUSTOM_STATUS
static valPRESENCE_CUSTOM_STATUS: String
Deprecated: use STATUS
Value: "status"
STATUS
static val STATUS: String
Contact latest status update.
Type: TEXT
Value: "status"
STATUS_ICON
static val STATUS_ICON: String
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
Value: "status_icon"
STATUS_LABEL
static val STATUS_LABEL: String
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
Value: "status_label"
STATUS_RES_PACKAGE
static val STATUS_RES_PACKAGE: String
The package containing resources for this status: label and icon.
Type: TEXT
Value: "status_res_package"
STATUS_TIMESTAMP
static val STATUS_TIMESTAMP: String
The absolute time in milliseconds when the latest status was inserted/updated.
Type: NUMBER
Value: "status_ts"