Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DisplayInterface

Used to declare that the skill uses the Display interface. When a skill declares that it uses the Display interface the Display interface will be passed in the supportedInterfaces section of devices which meet any of the required minimum version attributes specified in the manifest. If the device does not meet any of the minimum versions specified in the manifest the Display interface will not be present in the supportedInterfaces section. If neither the minimumTemplateVersion nor the minimumApmlVersion attributes are specified in the manifes then the minimumTemplateVersion is defaulted to 1.0 and apmlVersion is omitted.

interface

Hierarchy

  • DisplayInterface

Index

Properties

Optional minimumApmlVersion

minimumApmlVersion: DisplayInterfaceApmlVersion

Optional minimumTemplateVersion

minimumTemplateVersion: DisplayInterfaceTemplateVersion

type

type: "RENDER_TEMPLATE"