Interface UplynkUiConfiguration

Describes the UI configuration of the Uplynk integration.

interface UplynkUiConfiguration {
    adBreakMarkers?: boolean;
    adNotification?: boolean;
    assetMarkers?: boolean;
    contentNotification?: boolean;
}

Hierarchy (View Summary)

Properties

adBreakMarkers?: boolean

Whether the seek bar is supplemented with marked areas in which ad breaks are present on the UI.

true

adNotification?: boolean

Whether an ad break skip button is shown on the UI.


- When unskippable, a banner with countdown is shown instead.

true

assetMarkers?: boolean

Whether the seek bar is supplemented with asset dividers on the UI.

true

contentNotification?: boolean

Whether an up next content countdown is shown on the UI.


- This countdown starts ten seconds before the up next asset starts.

true