interface UiContext {
    adInProgress: boolean;
    locale: Locale;
    player: THEOplayer;
    style: THEOplayerTheme;
    ui: UiControls;
}

Properties

adInProgress: boolean

Whether a linear ad is currently in progress.

locale: Locale

The localized strings used in the UI components.

player: THEOplayer

The THEOplayer from the THEOplayerView.

The configured THEOplayerTheme.

UI controls for the components to communicate with the UI.