TextLinks.Builder(String) Constructor
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.
Create a new TextLinks.Builder.
[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
String: The full text to annotate with links. This value cannot be null.
- Attributes
Remarks
Create a new TextLinks.Builder.
Android reference for android.view.textclassifier.TextLinks.Builder.Builder.
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.