Package 

Class MediationInterstitialAdUnit

    • Method Summary

      Modifier and Type Method Description
      final void fetchDemand(@NonNull() OnFetchCompleteListener listener) Loads ad and applies mediation delegate.
      void setMinSizePercentage(@IntRange(from = 0, to = 100) int width, @IntRange(from = 0, to = 100) int height) Sets min width and height in percentage.
      • Methods inherited from class org.prebid.mobile.api.mediation.MediationBaseFullScreenAdUnit

        setCloseButtonArea, setCloseButtonPosition, setIsMuted, setIsSoundButtonVisible, setMaxVideoDuration, setSkipButtonArea, setSkipButtonPosition, setSkipDelay
      • 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

      • MediationInterstitialAdUnit

        MediationInterstitialAdUnit(Context context, String configId, AdSize minSizePercentage, PrebidMediationDelegate mediationDelegate)
        Constructor to fetch demand for a display interstitial ad with specified minHeightPercentage and minWidthPercentage
    • Method Detail

      • setMinSizePercentage

         void setMinSizePercentage(@IntRange(from = 0, to = 100) int width, @IntRange(from = 0, to = 100) int height)

        Sets min width and height in percentage. Range from 0 to 100.