Share via


TextLinks.Builder(String) Constructor

Definition

Create a new TextLinks.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)]
public Builder (string fullText);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)>]
new Android.Views.TextClassifiers.TextLinks.Builder : string -> Android.Views.TextClassifiers.TextLinks.Builder

Parameters

fullText
String

The full text to annotate with links

Attributes

Remarks

Create a new TextLinks.Builder.

Java documentation for android.view.textclassifier.TextLinks.Builder.TextLinks$Builder(java.lang.String).

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