-
public class AppstockInterstitialAdUnit extends BaseInterstitialAdUnit
-
-
Constructor Summary
Constructors Constructor Description AppstockInterstitialAdUnit(Context context)Constructor for Banner and Video interstitial ad.
-
Method Summary
Modifier and Type Method Description voidsetInterstitialAdUnitListener(@Nullable() AppstockInterstitialAdUnitListener eventsListener)Sets interstitial ad unit listener voiddestroy()Destroys ad unit. -
Methods inherited from class com.appstock.sdk.rendering.interstitial.BaseInterstitialAdUnit
getAdUnitState, getBidResponse, getConfig, isLoaded, loadAd, setAdSizes, setAdUnitFormats, setCloseButtonArea, setCloseButtonPosition, setEndpointId, setIsMuted, setIsSoundButtonVisible, setPlacementId, setSkipButtonArea, setSkipButtonPosition, setSkipDelay, show -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AppstockInterstitialAdUnit
AppstockInterstitialAdUnit(Context context)
Constructor for Banner and Video interstitial ad.- Parameters:
context- context
-
-
Method Detail
-
setInterstitialAdUnitListener
void setInterstitialAdUnitListener(@Nullable() AppstockInterstitialAdUnitListener eventsListener)
Sets interstitial ad unit listener
- Parameters:
eventsListener- listener
-
destroy
void destroy()
Destroys ad unit.
-
-
-
-