ContactsContract.IPresenceColumns Interface

Definition

Additional data mixed in with StatusColumns to link back to specific ContactsContract.Data#_ID entries.

public interface ContactsContract.IPresenceColumns
type ContactsContract.IPresenceColumns = interface

Remarks

Additional data mixed in with StatusColumns to link back to specific ContactsContract.Data#_ID entries.

Java documentation for android.provider.ContactsContract.PresenceColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

CustomProtocol

Name of the custom protocol.

DataId

Reference to the Data#_ID entry that owns this presence.

ImAccount

The IM account for the local user that the presence data came from.

ImHandle

The IM handle the presence item is for.

Protocol

See CommonDataKinds.Im for a list of defined protocol constants.

Applies to