Interface VerizonMediaUiConfiguration

Describes the UI configuration of the Verizon Media integration.

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

Properties

adBreakMarkers?: boolean

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

Default Value

true

adNotification?: boolean

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

Remarks


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

Default Value

true

assetMarkers?: boolean

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

Default Value

true

contentNotification?: boolean

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

Remarks


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

Default Value

true

Generated using TypeDoc