Class AdOverlayConfig


  • public final class AdOverlayConfig
    extends java.lang.Object
    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
      static class  AdOverlayConfig.Builder
      The AdOverlayConfig.Builder.
    • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object