Options
All
  • Public
  • Public/Protected
  • All
Menu

Module viewport

Index

Type aliases

Dialog

Dialog: "SUPPORTED" | "UNSUPPORTED"

Indicates that dialog playback is supported or desired in the given interaction mode. Player interface abilities controlled by this field are any directives that would render audio on the dialog channel.

enum

Keyboard

Keyboard: "DIRECTION"

Represents a physical button input mechanism which can be used to interact with elements shown on the viewport.

enum

Mode

Mode: "AUTO" | "HUB" | "MOBILE" | "PC" | "TV"

The expected use case of the device's viewport, encapsulating the available input mechanisms and user viewing distance.

enum

PresentationType

PresentationType: "STANDARD" | "OVERLAY"

Type of the viewport. * STANDARD Indicates that this viewport occupies an exclusive area of the screen. * OVERLAY Indicates that the viewport is an overlay, sharing the screen with other experiences.

enum

Shape

Shape: "RECTANGLE" | "ROUND"

The shape of the viewport.

enum

Touch

Touch: "SINGLE"

Represents a type of touch input suppported by the device.

enum

TypedViewportState

TypedViewportState: APLViewportState | APLTViewportState
interface