Contacts.People.MarkAsContacted(ContentResolver, Int64) Method

Definition

Caution

deprecated

This API is no longer supported as of O.

[Android.Runtime.Register("markAsContacted", "(Landroid/content/ContentResolver;J)V", "")]
[System.Obsolete("deprecated")]
public static void MarkAsContacted (Android.Content.ContentResolver? resolver, long personId);
[<Android.Runtime.Register("markAsContacted", "(Landroid/content/ContentResolver;J)V", "")>]
[<System.Obsolete("deprecated")>]
static member MarkAsContacted : Android.Content.ContentResolver * int64 -> unit

Parameters

resolver
ContentResolver

the ContentResolver to use

personId
Int64

the person who was contacted

Attributes

Remarks

This API is no longer supported as of O.

Java documentation for android.provider.Contacts.People.markAsContacted(android.content.ContentResolver, long).

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.

Applies to