Added in API level 21
DigitsBuilder
open class DigitsBuilder : TtsSpan.SemioticClassBuilder<TtsSpan.DigitsBuilder!>
| kotlin.Any | |||
| ↳ | android.text.style.TtsSpan.Builder<C> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.DigitsBuilder> | ||
| ↳ | android.text.style.TtsSpan.DigitsBuilder | ||
A builder for TtsSpans of type TYPE_DIGITS.
Summary
| Public constructors | |
|---|---|
|
Creates a builder for a TtsSpan of type |
|
DigitsBuilder(digits: String!)Creates a builder for a TtsSpan of type |
|
| Public methods | |
|---|---|
| open TtsSpan.DigitsBuilder! |
Sets the |
| Inherited functions | |
|---|---|
Public constructors
DigitsBuilder
Added in API level 21
DigitsBuilder()
Creates a builder for a TtsSpan of type TYPE_DIGITS.
DigitsBuilder
Added in API level 21
DigitsBuilder(digits: String!)
Creates a builder for a TtsSpan of type TYPE_DIGITS and sets the ARG_DIGITS argument.
Public methods
setDigits
Added in API level 21
open fun setDigits(digits: String!): TtsSpan.DigitsBuilder!
Sets the ARG_DIGITS argument.
| Parameters | |
|---|---|
digits |
String!: A string of digits. |
| Return | |
|---|---|
TtsSpan.DigitsBuilder! |
This instance. |