TextLinks.Builder.Build Method

Definition

Constructs a TextLinks instance.

[Android.Runtime.Register("build", "()Landroid/view/textclassifier/TextLinks;", "", ApiSince=28)]
public Android.Views.TextClassifiers.TextLinks Build();
[<Android.Runtime.Register("build", "()Landroid/view/textclassifier/TextLinks;", "", ApiSince=28)>]
member this.Build : unit -> Android.Views.TextClassifiers.TextLinks

Returns

the constructed TextLinks. This value cannot be null.

Attributes

Remarks

Constructs a TextLinks instance.

Android reference for android.view.textclassifier.TextLinks.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