@Override public void onFailure(@NonNull AdError adError) { //Handle failure callback here }
override fun onFailure(adError: AdError) { //Handle failure callback here }
Inside the onRewardedAdLoaded callback, invoke showAd(activity) on the MediationRewardedAd to display the AdSter rewarded ad above any activity.
Make sure to pass only an Activity's context as the parameter to showAd().