ContactsContract.Profile.ContentRawContactsUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uri
for referencing the raw contacts that make up the user's profile
Contacts
entry.
[Android.Runtime.Register("CONTENT_RAW_CONTACTS_URI")]
public static Android.Net.Uri? ContentRawContactsUri { get; }
[<Android.Runtime.Register("CONTENT_RAW_CONTACTS_URI")>]
static member ContentRawContactsUri : Android.Net.Uri
Property Value
- Attributes
Remarks
Uri
for referencing the raw contacts that make up the user's profile Contacts
entry. An individual raw contact entry within the profile can be addressed by appending the raw contact ID. The entities or data within that specific raw contact can be requested by appending the entity or data path as well.
Java documentation for android.provider.ContactsContract.Profile.CONTENT_RAW_CONTACTS_URI
.
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.