Exemplo n.º 1
0
 // Show rewarded video
 // The reward is one heart
 public void ShowRewardedVideo()
 {
     watchAd.ShowRewardedVideo("rewardedVideo");
 }
Exemplo n.º 2
0
 // Watch rewarded ad with coins multiplier
 public void OnClickWatchAd()
 {
     watchAd.SetActive(false);
     watchAdScript.ShowRewardedVideo("coinsMultiplierRewardedVideo");
 }