Example #1
0
 void ShowRV()
 {
     if (rewardedVideoAd != null && rewardedVideoAd.IsLoaded())
     {
         rewardedVideoAd.Show();
     }
 }