PresenceColumns
protected interface PresenceColumns
android.provider.ContactsContract.PresenceColumns |
Additional data mixed in with StatusColumns
to link back to specific ContactsContract.Data#_ID
entries.
Summary
Constants | |
---|---|
static String |
Name of the custom protocol. |
static String |
Reference to the |
static String |
The IM account for the local user that the presence data came from. |
static String |
The IM handle the presence item is for. |
static String |
See |
Constants
CUSTOM_PROTOCOL
static val CUSTOM_PROTOCOL: String
Name of the custom protocol. Should be supplied along with the PROTOCOL
value ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM
. Should be null or omitted if PROTOCOL
value is not ContactsContract.CommonDataKinds.Im#PROTOCOL_CUSTOM
.
Type: NUMBER
Value: "custom_protocol"
DATA_ID
static val DATA_ID: String
Reference to the Data#_ID
entry that owns this presence.
Type: INTEGER
Value: "presence_data_id"
IM_ACCOUNT
static val IM_ACCOUNT: String
The IM account for the local user that the presence data came from.
Type: TEXT
Value: "im_account"
IM_HANDLE
static val IM_HANDLE: String
The IM handle the presence item is for. The handle is scoped to PROTOCOL
.
Type: TEXT
Value: "im_handle"
PROTOCOL
static val PROTOCOL: String
See CommonDataKinds.Im
for a list of defined protocol constants.
Type: NUMBER
Value: "protocol"