TemplateRenderer
open class TemplateRenderer( nuguClientProvider: TemplateRenderer.NuguClientProvider, deviceTypeCode: String, fragmentManager: FragmentManager? = null, containerId: Int) : DisplayAggregatorInterface.Renderer
Content copied to clipboard
Constructors
Link copied to clipboard
fun TemplateRenderer( nuguClientProvider: TemplateRenderer.NuguClientProvider, deviceTypeCode: String, fragmentManager: FragmentManager? = null, containerId: Int)
Content copied to clipboard
Types
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
var templateHandlerFactory: TemplateHandler.TemplateHandlerFactory? = null
Content copied to clipboard
Link copied to clipboard
var templateLoadingListener: TemplateRenderer.TemplateLoadingListener? = null
Content copied to clipboard