ContactsContract.IRawContactsColumns Interface

Definition

public interface ContactsContract.IRawContactsColumns
type ContactsContract.IRawContactsColumns = interface

Fields

AccountTypeAndDataSet

A concatenation of the account type and data set (delimited by a forward slash) - if the data set is empty, this will be the same as the account type.

AggregationMode

The aggregation mode for this contact.

BackupId

Persistent unique id for each raw_contact within its account.

ContactId

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

DataSet

The data set within the account that this row belongs to.

Deleted

The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.

MetadataDirty

Flag indicating that a raw contact's metadata has changed, and its metadata needs to be synchronized by the server.

RawContactIsReadOnly

The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter.

RawContactIsUserProfile

Flag that reflects whether this raw contact belongs to the user's personal profile entry.

Applies to