protected static interface ContactsContract.PresenceColumns
ContactsContract.StatusColumns
to link
back to specific BaseColumns._ID
entries.ContactsContract.StatusUpdates
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_PROTOCOL
Name of the custom protocol.
|
static String |
DATA_ID
Reference to the
BaseColumns._ID entry that owns this presence. |
static String |
IM_ACCOUNT
The IM account for the local user that the presence data came from.
|
static String |
IM_HANDLE
The IM handle the presence item is for.
|
static String |
PROTOCOL
See
ContactsContract.CommonDataKinds.Im for a list of defined protocol constants. |
static final String DATA_ID
BaseColumns._ID
entry that owns this presence.
Type: INTEGER
static final String PROTOCOL
ContactsContract.CommonDataKinds.Im
for a list of defined protocol constants.
Type: NUMBER
static final String CUSTOM_PROTOCOL
PROTOCOL
value
ContactsContract.CommonDataKinds.Im.PROTOCOL_CUSTOM
. Should be null or
omitted if PROTOCOL
value is not
ContactsContract.CommonDataKinds.Im.PROTOCOL_CUSTOM
.
Type: NUMBER
static final String IM_HANDLE
PROTOCOL
.
Type: TEXT
static final String IM_ACCOUNT
Type: TEXT