Package com.brightcove.ssai.ui
Class AdOverlayConfig
java.lang.Object
com.brightcove.ssai.ui.AdOverlayConfig
An Ad Overlay Configuration class used to enable ot disable UI components in the Ad Overlay layout.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The AdOverlayConfig.Builder. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
Returns whether the Ad Overlay component showing the number of remaining Ads+ is enabled or disabledboolean
Returns whether the Ad Overlay component showing the remaining ad break duration is enabled or disabledboolean
Returns whether the Ad Overlay component showing the remaining ad duration.
-
Method Details
-
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
-
hashCode
public int hashCode()
-