Package 

Class AppstockCustomInterstitial

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isAdAvailable
    • Method Summary

      Modifier and Type Method Description
      boolean isAdAvailable(@NotNull() AdData adData)
      boolean isAdAvailable(@NotNull() AdData adData)
      void loadAd(@NotNull() AdData adData, @NotNull() Activity activity, @NotNull() InterstitialAdListener listener)
      void showAd(@NotNull() AdData adData, @NotNull() InterstitialAdListener listener)
      • Methods inherited from class com.ironsource.mediationsdk.adunit.adapter.internal.BaseAdAdapter

        getNetworkAdapter, releaseMemory
      • Methods inherited from class com.ironsource.mediationsdk.adunit.adapter.internal.AdapterAdFullScreenInterface

        isAdAvailable, loadAd, showAd
      • Methods inherited from class java.lang.Object

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

      • AppstockCustomInterstitial

        AppstockCustomInterstitial(NetworkSettings networkSettings)
    • Method Detail

      • isAdAvailable

         boolean isAdAvailable(@NotNull() AdData adData)
      • isAdAvailable

         boolean isAdAvailable(@NotNull() AdData adData)
      • loadAd

         void loadAd(@NotNull() AdData adData, @NotNull() Activity activity, @NotNull() InterstitialAdListener listener)
      • showAd

         void showAd(@NotNull() AdData adData, @NotNull() InterstitialAdListener listener)