-
public final class AdOverlayConfig
An 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 public class
AdOverlayConfig.Builder
The AdOverlayConfig.Builder.
-
Method Summary
Modifier and Type Method Description boolean
isRemainingAdBreakDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad break duration is enabled or disabled boolean
isRemainingAdDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad duration. boolean
isNumberOfRemainingAdsEnabled()
Returns whether the Ad Overlay component showing the number of remaining Ads+ is enabled or disabled boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
isRemainingAdBreakDurationEnabled
boolean isRemainingAdBreakDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad break duration is enabled or disabled
-
isRemainingAdDurationEnabled
boolean isRemainingAdDurationEnabled()
Returns whether the Ad Overlay component showing the remaining ad duration. is enabled or disabled
-
isNumberOfRemainingAdsEnabled
boolean isNumberOfRemainingAdsEnabled()
Returns whether the Ad Overlay component showing the number of remaining Ads+ is enabled or disabled
-
hashCode
int hashCode()
-
-
-
-