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