-
- All Implemented Interfaces:
public class VerizonMediaUiConfiguration
The Verizon Media UI Configuration API.
- Only available with the features 'verizonmedia' and 'ui'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VerizonMediaUiConfiguration.Builder
The builder for VerizonMediaUiConfiguration.
-
Method Summary
Modifier and Type Method Description boolean
isContentNotificationEnabled()
Returns whether an 'up-next' content countdown is shown on the UI. boolean
isAdNotificationEnabled()
Returns whether a VerizonMediaAdBreak skip button is shown on the UI. boolean
isAssetMarkersEnabled()
Returns whether asset dividers are present on the UI. boolean
isAdBreakMarkersEnabled()
Returns whether VerizonMediaAdBreak markers are present on the UI. -
-
Method Detail
-
isContentNotificationEnabled
boolean isContentNotificationEnabled()
Returns whether an 'up-next' content countdown is shown on the UI.
- This countdown starts ten seconds before the 'up-next' asset starts.
Default: true
-
isAdNotificationEnabled
boolean isAdNotificationEnabled()
Returns whether a VerizonMediaAdBreak skip button is shown on the UI.
- When unskippable, a banner with countdown is shown instead.
Default: true
-
isAssetMarkersEnabled
boolean isAssetMarkersEnabled()
Returns whether asset dividers are present on the UI.
- If enabled, the seek bar is supplemented with asset dividers.
Default: true
-
isAdBreakMarkersEnabled
boolean isAdBreakMarkersEnabled()
Returns whether VerizonMediaAdBreak markers are present on the UI.
- If enabled, the seek bar is supplemented with marked areas in which ad breaks are present.
Default: true
-
-
-
-