Exemple #1
0
 public void ShowRewardedAd()
 {
     if (Adivery.IsLoaded(rewardedPlacement))
     {
         Adivery.Show(rewardedPlacement);
     }
 }
Exemple #2
0
 public void ShowInterstitial()
 {
     if (Adivery.IsLoaded(interstitialPlacement))
     {
         Adivery.Show(interstitialPlacement);
     }
 }