Listener

interface Listener

Functions

Link copied to clipboard
abstract fun onPlaybackError(    source: TTSScenarioPlayer.Source,     type: ErrorType,     error: String)
Link copied to clipboard
abstract fun onPlaybackFinished(source: TTSScenarioPlayer.Source)
Link copied to clipboard
abstract fun onPlaybackStarted(source: TTSScenarioPlayer.Source)
Link copied to clipboard
abstract fun onPlaybackStopped(source: TTSScenarioPlayer.Source)