Class InterstitialAdUnit

java.lang.Object
org.prebid.mobile.api.rendering.BaseInterstitialAdUnit
org.prebid.mobile.api.rendering.InterstitialAdUnit

public class InterstitialAdUnit extends BaseInterstitialAdUnit
Interstitial ad unit for rendering API.
  • Constructor Details

    • InterstitialAdUnit

      public InterstitialAdUnit(android.content.Context context, String configId)
      Instantiates an HTML InterstitialAdUnit for the given configurationId.
    • InterstitialAdUnit

      public InterstitialAdUnit(android.content.Context context, String configId, EnumSet<AdUnitFormat> adUnitFormats)
      Instantiates an InterstitialAdUnit for the given configurationId and adUnitType.
    • InterstitialAdUnit

      public InterstitialAdUnit(android.content.Context context, String configId, InterstitialEventHandler eventHandler)
      Instantiates an InterstitialAdUnit for HTML GAM prebid integration.
    • InterstitialAdUnit

      public InterstitialAdUnit(android.content.Context context, String configId, EnumSet<AdUnitFormat> adUnitFormats, InterstitialEventHandler eventHandler)
      Instantiates an InterstitialAdUnit for GAM prebid integration with given adUnitType.
  • Method Details