Language

PeopleContract.Groups.Query.Builder.AddLookupQuery Method

Definition

[Android.Runtime.Register("addLookupQuery", "(Ljava/lang/String;Ljava/util/List;)Landroid/provider/PeopleContract$Groups$Query$Builder;", "", ApiSince=37)]
public Android.Provider.PeopleContract.Groups.Query.Builder AddLookupQuery(string packageName, System.Collections.Generic.IList<string> lookupKeys);
[<Android.Runtime.Register("addLookupQuery", "(Ljava/lang/String;Ljava/util/List;)Landroid/provider/PeopleContract$Groups$Query$Builder;", "", ApiSince=37)>]
member this.AddLookupQuery : string * System.Collections.Generic.IList<string> -> Android.Provider.PeopleContract.Groups.Query.Builder

Parameters

packageName
String
lookupKeys
IList<String>

Returns

Attributes

Applies to