Contacts.People.QueryGroups(ContentResolver, Int64) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("queryGroups", "(Landroid/content/ContentResolver;J)Landroid/database/Cursor;", "")]
[System.Obsolete("deprecated")]
public static Android.Database.ICursor? QueryGroups (Android.Content.ContentResolver? resolver, long person);
[<Android.Runtime.Register("queryGroups", "(Landroid/content/ContentResolver;J)Landroid/database/Cursor;", "")>]
[<System.Obsolete("deprecated")>]
static member QueryGroups : Android.Content.ContentResolver * int64 -> Android.Database.ICursor

Parameters

resolver
ContentResolver
person
Int64

Returns

Attributes

Remarks

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.People.queryGroups(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