Interstitial Ad
Below are the steps to load and show an Interstitial ad on your app
Create your
AdRequestConfiguration
as per the below format
Call
loadAd()
method as per below format
Inside the
onInterstitialAdLoaded
callback method invokeshowAd(activity)
method ofMediationInterstitialAd
object to show AdSter interstitial ad above any activity as shown below
Make sure to pass only Activity`s context as parameter to
showAd()
Last updated
Was this helpful?