Language

ContactsContract.Contacts.AggregationSuggestions.Builder.Build Method

Definition

Combine all of the options that have been set and return a new Uri object for fetching aggregation suggestions.

[Android.Runtime.Register("build", "()Landroid/net/Uri;", "", ApiSince=23)]
public Android.Net.Uri? Build();
[<Android.Runtime.Register("build", "()Landroid/net/Uri;", "", ApiSince=23)>]
member this.Build : unit -> Android.Net.Uri

Returns

Uri
Attributes

Remarks

Combine all of the options that have been set and return a new Uri object for fetching aggregation suggestions.

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

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