Types

Link copied to clipboard
interface Controller
Link copied to clipboard
interface Renderer

Functions

Link copied to clipboard
abstract fun displayCardCleared(templateId: String)

Notifies the display that has been cleared.

Link copied to clipboard
abstract fun displayCardRendered(templateId: String, controller: AudioPlayerDisplayInterface.Controller?)

Notifies the display that has been rendered.

Link copied to clipboard
abstract fun displayCardRenderFailed(templateId: String)

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

Each element has it's own token.

Link copied to clipboard
abstract fun setRenderer(renderer: AudioPlayerDisplayInterface.Renderer?)

Set a renderer to interact with the display agent.

Inheritors

Link copied to clipboard
Link copied to clipboard