public
static
class
TtsSpan.TelephoneBuilder
extends SemioticClassBuilder<TtsSpan.TelephoneBuilder>
| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.TelephoneBuilder> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.TelephoneBuilder> | ||
| ↳ | android.text.style.TtsSpan.TelephoneBuilder | ||
A builder for TtsSpans of type TYPE_TELEPHONE.
Public constructors | |
|---|---|
TtsSpan.TelephoneBuilder()
Creates a TtsSpan of type |
|
TtsSpan.TelephoneBuilder(String numberParts)
Creates a TtsSpan of type |
|
Public methods | |
|---|---|
TtsSpan.TelephoneBuilder
|
setCountryCode(String countryCode)
Sets the |
TtsSpan.TelephoneBuilder
|
setExtension(String extension)
Sets the |
TtsSpan.TelephoneBuilder
|
setNumberParts(String numberParts)
Sets the |
Inherited methods | |
|---|---|
android.text.style.TtsSpan.SemioticClassBuilder
| |
android.text.style.TtsSpan.Builder
| |
java.lang.Object
| |
TtsSpan.TelephoneBuilder ()
Creates a TtsSpan of type TYPE_TELEPHONE.
TtsSpan.TelephoneBuilder (String numberParts)
Creates a TtsSpan of type TYPE_TELEPHONE and sets the
ARG_NUMBER_PARTS argument.
| Parameters | |
|---|---|
numberParts |
String
|
TtsSpan.TelephoneBuilder setCountryCode (String countryCode)
Sets the ARG_COUNTRY_CODE argument.
| Parameters | |
|---|---|
countryCode |
String:
The country code can be a series of digits
optionally prefixed with a "+". |
| Returns | |
|---|---|
TtsSpan.TelephoneBuilder |
This instance. |
TtsSpan.TelephoneBuilder setExtension (String extension)
Sets the ARG_EXTENSION argument.
| Parameters | |
|---|---|
extension |
String:
The extension can be a series of digits. |
| Returns | |
|---|---|
TtsSpan.TelephoneBuilder |
This instance. |
TtsSpan.TelephoneBuilder setNumberParts (String numberParts)
Sets the ARG_NUMBER_PARTS argument.
| Parameters | |
|---|---|
numberParts |
String:
The main telephone number. Can be a series of
digits and letters separated by spaces, "/", "-" or ".". |
| Returns | |
|---|---|
TtsSpan.TelephoneBuilder |
This instance. |