ContactsContract.Contacts.AggregationSuggestions.Builder.AddNameParameter Method
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.
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.
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.