AudioPlayerDisplayInterface
interface AudioPlayerDisplayInterface : DisplayInterface<AudioPlayerDisplayInterface.Renderer, AudioPlayerDisplayInterface.Controller>
Content copied to clipboard
Types
Functions
Link copied to clipboard
Notifies the display that has been cleared.
Link copied to clipboard
abstract fun displayCardRendered(templateId: String, controller: AudioPlayerDisplayInterface.Controller?)
Content copied to clipboard
Notifies the display that has been rendered.
Link copied to clipboard
Notifies the display that has been render failed.
Link copied to clipboard
abstract fun setElementSelected( templateId: String, token: String, postback: String? = null, callback: DisplayInterface.OnElementSelectedCallback? = null): String
Content copied to clipboard
Each element has it's own token.
Link copied to clipboard
abstract fun setRenderer(renderer: AudioPlayerDisplayInterface.Renderer?)
Content copied to clipboard
Set a renderer to interact with the display agent.