Renderer

interface Renderer

The renderer for DisplayAggregator Similar to com.skt.nugu.sdk.agent.display.DisplayAgentInterface.Renderer

Functions

Link copied to clipboard
abstract fun clear(templateId: String, force: Boolean)

Used to notify the renderer when display should be cleared .

Link copied to clipboard
abstract fun render(    templateId: String,     templateType: String,     templateContent: String,     header: Header,     displayType: DisplayAggregatorInterface.Type,     parentTemplateId: String?): Boolean

Used to notify the renderer when received a display directive.

Link copied to clipboard
abstract fun update(templateId: String, templateContent: String)

Used to notify the renderer when display should be updated. .