Share via


TtsSpan.TelephoneBuilder Constructors

Definition

Overloads

TtsSpan.TelephoneBuilder()

Creates a TtsSpan of type #TYPE_TELEPHONE.

TtsSpan.TelephoneBuilder(String)

Creates a TtsSpan of type #TYPE_TELEPHONE and sets the #ARG_NUMBER_PARTS argument.

TtsSpan.TelephoneBuilder(IntPtr, JniHandleOwnership)

TtsSpan.TelephoneBuilder()

Creates a TtsSpan of type #TYPE_TELEPHONE.

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

Remarks

Creates a TtsSpan of type #TYPE_TELEPHONE.

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

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.TelephoneBuilder(String)

Creates a TtsSpan of type #TYPE_TELEPHONE and sets the #ARG_NUMBER_PARTS argument.

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

Parameters

numberParts
String
Attributes

Remarks

Creates a TtsSpan of type #TYPE_TELEPHONE and sets the #ARG_NUMBER_PARTS argument.

Java documentation for android.text.style.TtsSpan.TelephoneBuilder.TtsSpan$TelephoneBuilder(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.TelephoneBuilder(IntPtr, JniHandleOwnership)

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

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