Class MediationBaseFullScreenAdUnit

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setMaxVideoDuration(int seconds) Sets max video duration.
      void setSkipDelay(int secondsDelay) Sets delay in seconds to show skip or close button.
      void setSkipButtonArea(double buttonArea) Sets skip button percentage size in range from 0.05 to 1.
      void setSkipButtonPosition(Position skipButtonPosition) Sets skip button position on the screen.
      void setCloseButtonArea(double closeButtonArea) Sets close button percentage size in range from 0.05 to 1.
      void setCloseButtonPosition(Position closeButtonPosition) Sets close button position on the screen.
      void setIsMuted(boolean isMuted) Sets desired is muted property.
      void setIsSoundButtonVisible(boolean isSoundButtonVisible) Makes sound button visible.
      • Methods inherited from class org.prebid.mobile.api.mediation.MediationBaseAdUnit

        destroy, getGlobalOrtbConfig, getImpOrtbConfig, getPbAdSlot, setGlobalOrtbConfig, setImpOrtbConfig, setPbAdSlot
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setMaxVideoDuration

         void setMaxVideoDuration(int seconds)

        Sets max video duration. If the ad from server is bigger, it will be rejected.

      • setSkipDelay

         void setSkipDelay(int secondsDelay)

        Sets delay in seconds to show skip or close button.

      • setSkipButtonArea

         void setSkipButtonArea(double buttonArea)

        Sets skip button percentage size in range from 0.05 to 1. If value less than 0.05, size will be default.

      • setSkipButtonPosition

         void setSkipButtonPosition(Position skipButtonPosition)

        Sets skip button position on the screen. Suitable values TOP_LEFT and TOP_RIGHT. Default value TOP_RIGHT.

      • setCloseButtonArea

         void setCloseButtonArea(double closeButtonArea)

        Sets close button percentage size in range from 0.05 to 1. If value less than 0.05, size will be default.

      • setCloseButtonPosition

         void setCloseButtonPosition(Position closeButtonPosition)

        Sets close button position on the screen. Suitable values TOP_LEFT and TOP_RIGHT. Default value TOP_RIGHT.

      • setIsMuted

         void setIsMuted(boolean isMuted)

        Sets desired is muted property.