Android.Provider.ContactsContract: Field Members

The fields of Android.Provider.ContactsContract are listed below. For a list of all members, see the ContactsContract Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
Authoritystring. The authority for the contacts provider
const
CallerIsSyncadapterstring. An optional URI parameter for insert, update, or delete queries that allows the caller to specify that it is a sync adapter.
const
DeferredSnippetingstring. A key to a boolean in the "extras" bundle of the cursor.
const
DeferredSnippetingQuerystring. Key to retrieve the original deferred snippeting from the cursor on the client side.
const
DirectoryParamKeystring. Query parameter that should be used by the client to access a specific NoType:android/provider/ContactsContract$Directory;Href=../../../reference/android/provider/ContactsContract.Directory.html.
const
LimitParamKeystring. A query parameter that limits the number of results returned.
const
PrimaryAccountNamestring. A query parameter specifing a primary account.
const
PrimaryAccountTypestring. A query parameter specifing a primary account.
const
RemoveDuplicateEntriesstring. A boolean parameter for NoType:android/provider/ContactsContract$CommonDataKinds$Phone;Href=../../../reference/android/provider/ContactsContract.CommonDataKinds.Phone.html#CONTENT_URI, NoType:android/provider/ContactsContract$CommonDataKinds$Email;Href=../../../reference/android/provider/ContactsContract.CommonDataKinds.Email.html#CONTENT_URI, and NoType:android/provider/ContactsContract$CommonDataKinds$StructuredPostal;Href=../../../reference/android/provider/ContactsContract.CommonDataKinds.StructuredPostal.html#CONTENT_URI.
const
StrequentPhoneOnlystring. A boolean parameter for NoType:android/provider/ContactsContract$Contacts;Href=../../../reference/android/provider/ContactsContract.Contacts.html#CONTENT_STREQUENT_URI and NoType:android/provider/ContactsContract$Contacts;Href=../../../reference/android/provider/ContactsContract.Contacts.html#CONTENT_STREQUENT_FILTER_URI, which requires the ContactsProvider to return only phone-related results.