Package com.brightcove.ssai.ui
Class AdOverlayConfig
- java.lang.Object
-
- com.brightcove.ssai.ui.AdOverlayConfig
-
public final class AdOverlayConfig extends java.lang.ObjectAn Ad Overlay Configuration class used to enable ot disable UI components in the Ad Overlay layout.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdOverlayConfig.BuilderThe AdOverlayConfig.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisNumberOfRemainingAdsEnabled()Returns whether the Ad Overlay component showing the number of remaining Ads+ is enabled or disabledbooleanisRemainingAdBreakDurationEnabled()Returns whether the Ad Overlay component showing the remaining ad break duration is enabled or disabledbooleanisRemainingAdDurationEnabled()Returns whether the Ad Overlay component showing the remaining ad duration.
-
-
-
Method Detail
-
isRemainingAdBreakDurationEnabled
public boolean isRemainingAdBreakDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad break duration is enabled or disabled- Returns:
- true when enabled
-
isRemainingAdDurationEnabled
public boolean isRemainingAdDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad duration. is enabled or disabled- Returns:
- true when enabled
-
isNumberOfRemainingAdsEnabled
public boolean isNumberOfRemainingAdsEnabled()
Returns whether the Ad Overlay component showing the number of remaining Ads+ is enabled or disabled- Returns:
- true when enabled
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-