protected static interface ContactsContract.StatusColumns
Modifier and Type | Field and Description |
---|---|
static int |
AVAILABLE
An allowed value of
PRESENCE . |
static int |
AWAY
An allowed value of
PRESENCE . |
static int |
CAPABILITY_HAS_CAMERA
An allowed flag of
CHAT_CAPABILITY . |
static int |
CAPABILITY_HAS_VIDEO
An allowed flag of
CHAT_CAPABILITY . |
static int |
CAPABILITY_HAS_VOICE
An allowed flag of
CHAT_CAPABILITY . |
static String |
CHAT_CAPABILITY
Contact's audio/video chat capability level.
|
static int |
DO_NOT_DISTURB
An allowed value of
PRESENCE . |
static int |
IDLE
An allowed value of
PRESENCE . |
static int |
INVISIBLE
An allowed value of
PRESENCE . |
static int |
OFFLINE
An allowed value of
PRESENCE . |
static String |
PRESENCE
Contact's latest presence level.
|
static String |
PRESENCE_CUSTOM_STATUS
Deprecated.
use
STATUS |
static String |
PRESENCE_STATUS
Deprecated.
use
PRESENCE |
static String |
STATUS
Contact latest status update.
|
static String |
STATUS_ICON
The resource ID of the icon for the source of the status update.
|
static String |
STATUS_LABEL
The resource ID of the label describing the source of the status update, e.g.
|
static String |
STATUS_RES_PACKAGE
The package containing resources for this status: label and icon.
|
static String |
STATUS_TIMESTAMP
The absolute time in milliseconds when the latest status was inserted/updated.
|
static final String PRESENCE
Type: INTEGER (one of the values below)
@Deprecated static final String PRESENCE_STATUS
PRESENCE
static final int OFFLINE
PRESENCE
.static final int INVISIBLE
PRESENCE
.static final int AWAY
PRESENCE
.static final int IDLE
PRESENCE
.static final int DO_NOT_DISTURB
PRESENCE
.static final int AVAILABLE
PRESENCE
.static final String STATUS
Type: TEXT
@Deprecated static final String PRESENCE_CUSTOM_STATUS
STATUS
static final String STATUS_TIMESTAMP
Type: NUMBER
static final String STATUS_RES_PACKAGE
Type: TEXT
static final String STATUS_LABEL
STATUS_RES_PACKAGE
.
Type: NUMBER
static final String STATUS_ICON
STATUS_RES_PACKAGE
.
Type: NUMBER
static final String CHAT_CAPABILITY
Type: INTEGER (one of the values below)
static final int CAPABILITY_HAS_VOICE
CHAT_CAPABILITY
. Indicates audio-chat capability (microphone
and speaker)static final int CAPABILITY_HAS_VIDEO
CHAT_CAPABILITY
. Indicates that the contact's device can
display a video feed.static final int CAPABILITY_HAS_CAMERA
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).