| android.provider.ContactsContract.PresenceColumns | 
|  Known Indirect Subclasses | 
Additional data mixed in with ContactsContract.ContactStatusColumns to link back to specific _ID entries.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CUSTOM_PROTOCOL | Name of the custom protocol. | |||||||||
| String | DATA_ID | Reference to the _IDentry that owns this presence. | |||||||||
| String | IM_ACCOUNT | The IM account for the local user that the presence data came from. | |||||||||
| String | IM_HANDLE | The IM handle the presence item is for. | |||||||||
| String | PROTOCOL | See ContactsContract.CommonDataKinds.Imfor a list of defined protocol constants. | |||||||||
Name of the custom protocol. Should be supplied along with the PROTOCOL value PROTOCOL_CUSTOM. Should be null or omitted if PROTOCOL value is not PROTOCOL_CUSTOM. 
Type: NUMBER
Reference to the _ID entry that owns this presence. 
Type: INTEGER
The IM account for the local user that the presence data came from.
Type: TEXT
The IM handle the presence item is for. The handle is scoped to PROTOCOL. 
Type: TEXT
See ContactsContract.CommonDataKinds.Im for a list of defined protocol constants. 
Type: NUMBER