Android.Provider.ContactsContract Members

The members of Android.Provider.ContactsContract are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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.

Public Properties

[read-only]
static
AuthorityUriAndroid.Net.Uri. A content:// style uri to the authority for the contacts provider

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
IsProfileId(long) : bool
This method can be used to identify whether the given ID is associated with profile data.