Rewarded Ad

1

Create your AdRequestConfiguration

Java
2

Call loadAd()

Java
@Override
public void onFailure(@NonNull AdError adError) {
    //Handle failure callback here
}
3

Show the rewarded ad when loaded

Inside the onRewardedAdLoaded callback, invoke showAd(activity) on the MediationRewardedAd to display the AdSter rewarded ad above any activity.

Java
circle-exclamation