MessagePlaybackListener

interface MessagePlaybackListener

Listener to report the state of the Text-To-Speech message playback.

Functions

Link copied to clipboard
abstract fun onDone()

Called when message playback ends.

Link copied to clipboard
abstract fun onError(error: TextToSpeechEngineError)

Called when an error occurs during message playback.

Link copied to clipboard
abstract fun onStart()

Called when message playback starts.

Link copied to clipboard
abstract fun onStop()

Called when message playback stopped during processing.