TtsSpan.VerbatimBuilder Constructors

Definition

Overloads

TtsSpan.VerbatimBuilder()

Creates a builder for a TtsSpan of type #TYPE_VERBATIM.

TtsSpan.VerbatimBuilder(String)

Creates a builder for a TtsSpan of type #TYPE_VERBATIM and sets the #ARG_VERBATIM argument.

TtsSpan.VerbatimBuilder(IntPtr, JniHandleOwnership)

TtsSpan.VerbatimBuilder()

Creates a builder for a TtsSpan of type #TYPE_VERBATIM.

[Android.Runtime.Register(".ctor", "()V", "")]
public VerbatimBuilder ();
Attributes

Remarks

Creates a builder for a TtsSpan of type #TYPE_VERBATIM.

Java documentation for android.text.style.TtsSpan.VerbatimBuilder.TtsSpan$VerbatimBuilder().

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

TtsSpan.VerbatimBuilder(String)

Creates a builder for a TtsSpan of type #TYPE_VERBATIM and sets the #ARG_VERBATIM argument.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public VerbatimBuilder (string? verbatim);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Text.Style.TtsSpan.VerbatimBuilder : string -> Android.Text.Style.TtsSpan.VerbatimBuilder

Parameters

verbatim
String
Attributes

Remarks

Creates a builder for a TtsSpan of type #TYPE_VERBATIM and sets the #ARG_VERBATIM argument.

Java documentation for android.text.style.TtsSpan.VerbatimBuilder.TtsSpan$VerbatimBuilder(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

TtsSpan.VerbatimBuilder(IntPtr, JniHandleOwnership)

protected VerbatimBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.TtsSpan.VerbatimBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.TtsSpan.VerbatimBuilder

Parameters

javaReference
IntPtr

nativeint

Remarks

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