| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a TtsSpan of type
TYPE_TELEPHONE.
| |||||||||||
Creates a TtsSpan of type
TYPE_TELEPHONE and sets the
ARG_NUMBER_PARTS argument.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_COUNTRY_CODE argument.
| |||||||||||
Sets the
ARG_EXTENSION argument.
| |||||||||||
Sets the
ARG_NUMBER_PARTS argument.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.SemioticClassBuilder
| |||||||||||
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a TtsSpan of type TYPE_TELEPHONE and sets the
ARG_NUMBER_PARTS argument.
Sets the ARG_COUNTRY_CODE argument.
| countryCode | The country code can be a series of digits optionally prefixed with a "+". |
|---|
Sets the ARG_EXTENSION argument.
| extension | The extension can be a series of digits. |
|---|
Sets the ARG_NUMBER_PARTS argument.
| numberParts | The main telephone number. Can be a series of digits and letters separated by spaces, "/", "-" or ".". |
|---|