-
- All Implemented Interfaces:
public class VerizonMediaUiConfiguration.Builder
The builder for VerizonMediaUiConfiguration.
-
-
Method Summary
Modifier and Type Method Description VerizonMediaUiConfiguration.Builder
contentNotification(boolean contentNotification)
Sets whether the content notification is enabled. VerizonMediaUiConfiguration.Builder
adNotification(boolean adNotification)
Sets whether the ad notification is enabled. VerizonMediaUiConfiguration.Builder
assetMarkers(boolean assetMarkers)
- If enabled, the seek bar is supplemented with asset dividers.
VerizonMediaUiConfiguration.Builder
adBreakMarkers(boolean adBreakMarkers)
- If enabled, the seek bar is supplemented with marked areas in which ad breaks are present.
VerizonMediaUiConfiguration
build()
Builds the VerizonMediaUiConfiguration. -
-
Method Detail
-
contentNotification
@NonNull() VerizonMediaUiConfiguration.Builder contentNotification(boolean contentNotification)
Sets whether the content notification is enabled.
- This countdown starts ten seconds before the up next asset starts.
- Parameters:
contentNotification
- The content notification is enabled.
-
adNotification
@NonNull() VerizonMediaUiConfiguration.Builder adNotification(boolean adNotification)
Sets whether the ad notification is enabled.
- When unskippable, a banner with countdown is shown instead.
- Parameters:
adNotification
- The VerizonMediaAd notification is enabled.
-
assetMarkers
@NonNull() VerizonMediaUiConfiguration.Builder assetMarkers(boolean assetMarkers)
- If enabled, the seek bar is supplemented with asset dividers.
- Parameters:
assetMarkers
- Asset dividers should be present on the UI.
-
adBreakMarkers
@NonNull() VerizonMediaUiConfiguration.Builder adBreakMarkers(boolean adBreakMarkers)
- If enabled, the seek bar is supplemented with marked areas in which ad breaks are present.
- Parameters:
adBreakMarkers
- VerizonMediaAd markers should be present on the UI.
-
build
@NonNull() VerizonMediaUiConfiguration build()
Builds the VerizonMediaUiConfiguration.
-
-
-