OnPlaybackListener

interface OnPlaybackListener

Functions

Link copied to clipboard
abstract fun onPlaybackError(    directive: ReadMessageDirective,     type: ErrorType,     error: String)
Link copied to clipboard
abstract fun onPlaybackFinished(directive: ReadMessageDirective)
Link copied to clipboard
abstract fun onPlaybackStarted(directive: ReadMessageDirective)
Link copied to clipboard
abstract fun onPlaybackStopped(directive: ReadMessageDirective)