TextToSpeechKt
Toggle table of contents
0.0
Select version
3.0
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.6
1.5
1.4
1.3
1.2
1.1
0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
TextToSpeechKt
tts
/
nl.marc_apps.tts.utils
/
CallbackHandler
Callback
Handler
class
CallbackHandler
<
TNativeUtteranceId
>
(
source
)
Members
Constructors
Callback
Handler
Link copied to clipboard
constructor
(
)
Properties
is
Queue
Empty
Link copied to clipboard
val
isQueueEmpty
:
Boolean
Functions
add
Link copied to clipboard
fun
add
(
utteranceId
:
Uuid
,
nativeObject
:
TNativeUtteranceId
,
resultHandler
:
ResultHandler
)
clear
Link copied to clipboard
fun
clear
(
)
get
Utterance
Id
Link copied to clipboard
fun
getUtteranceId
(
nativeObject
:
TNativeUtteranceId
)
:
Uuid
?
on
Result
Link copied to clipboard
fun
onResult
(
utteranceId
:
Uuid
,
result
:
Result
<
Unit
>
)
on
Stopped
Link copied to clipboard
fun
onStopped
(
)