-
- All Implemented Interfaces:
-
com.ironsource.mediationsdk.adunit.adapter.internal.AdapterAdFullScreenInterface
public class AppstockCustomInterstitial extends BaseInterstitial<AppstockCustomAdapter>
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisAdAvailable
-
Constructor Summary
Constructors Constructor Description AppstockCustomInterstitial(NetworkSettings networkSettings)
-
Method Summary
Modifier and Type Method Description booleanisAdAvailable(@NotNull() AdData adData)booleanisAdAvailable(@NotNull() AdData adData)voidloadAd(@NotNull() AdData adData, @NotNull() Activity activity, @NotNull() InterstitialAdListener listener)voidshowAd(@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
-
-
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)
-
-
-
-