Exemple #1
0
 public void LoadRwdAd()
 {
     rad = new ChocolatePlatformRewardAdDisplay(ChocolatePlatform.AdUnitID, this);
     rad.Load();
 }
Exemple #2
0
 public void RewardedVideoWillDismiss(ChocolatePlatformRewardAdDisplay rewardedAd)
 {
 }
Exemple #3
0
 public void RewardedVideoDidStartVideo(ChocolatePlatformRewardAdDisplay rewardedAd)
 {
     Console.Write("starting rewarded video");
 }
Exemple #4
0
 public void RewardedVideoDidFailToStartVideoWithError(int error, ChocolatePlatformRewardAdDisplay rewardedAd)
 {
     Console.Write("failed to start reward");
 }
Exemple #5
0
 //reward ad delegate
 public void RewardedVideoDidLoadAd(ChocolatePlatformRewardAdDisplay rewardedAd)
 {
     ShowRwdBtn.Enabled = true;
 }