Language

ContactsContract.Contacts.AggregationSuggestions.Builder.AddNameParameter Method

Definition

Add a name to be used when searching for aggregation suggestions.

[Android.Runtime.Register("addNameParameter", "(Ljava/lang/String;)Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;", "", ApiSince=23)]
public Android.Provider.ContactsContract.Contacts.AggregationSuggestions.Builder? AddNameParameter(string? name);
[<Android.Runtime.Register("addNameParameter", "(Ljava/lang/String;)Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;", "", ApiSince=23)>]
member this.AddNameParameter : string -> Android.Provider.ContactsContract.Contacts.AggregationSuggestions.Builder

Parameters

name
String

name to find aggregation suggestions for

Returns

This Builder object to allow for chaining of calls to builder methods

Attributes

Remarks

Add a name to be used when searching for aggregation suggestions.

Android reference for android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder.addNameParameter.

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