-
- All Implemented Interfaces:
public class VerizonMediaUiConfigurationThe Verizon Media UI Configuration API.
- Only available with the features 'verizonmedia' and 'ui'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerizonMediaUiConfiguration.BuilderThe builder for VerizonMediaUiConfiguration.
-
Method Summary
Modifier and Type Method Description booleanisContentNotificationEnabled()Returns whether an 'up-next' content countdown is shown on the UI. booleanisAdNotificationEnabled()Returns whether a VerizonMediaAdBreak skip button is shown on the UI. booleanisAssetMarkersEnabled()Returns whether asset dividers are present on the UI. booleanisAdBreakMarkersEnabled()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
-
-
-
-