TextToSpeechKt
Toggle table of contents
3.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
common
Platform filter
common
Switch theme
Search in API
TextToSpeechKt
tts
/
nl.marc_apps.tts.utils
/
ResultHandler
Result
Handler
sealed
interface
ResultHandler
(
source
)
Inheritors
ContinuationHandler
CallbackHandler
Empty
Members
Types
Callback
Handler
Link copied to clipboard
class
CallbackHandler
(
callback
:
(
result
:
Result
<
Unit
>
)
->
Unit
)
:
ResultHandler
Continuation
Handler
Link copied to clipboard
class
ContinuationHandler
(
continuation
:
Continuation
<
Unit
>
)
:
ResultHandler
Empty
Link copied to clipboard
data
object
Empty
:
ResultHandler
Functions
set
Result
Link copied to clipboard
abstract
fun
setResult
(
result
:
Result
<
Unit
>
)