TtsSpan.TelephoneBuilder Constructors
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.
Overloads
TtsSpan.TelephoneBuilder() |
Creates a TtsSpan of type |
TtsSpan.TelephoneBuilder(String) |
Creates a TtsSpan of type |
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.
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
- transfer
- JniHandleOwnership
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.