ExternalViewRenderer

interface ExternalViewRenderer

The other Renderer that show any view associated with template. For example if you show media notification by play status independently, it needs to be inform to TemplateRenderer. Implement this interface and return templateId list being shown.

Types

Link copied to clipboard
class ViewInfo(val templateId: String)

Functions

Link copied to clipboard
abstract fun getVisibleList(): List<TemplateRenderer.ExternalViewRenderer.ViewInfo>?