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