This commit is contained in:
2023-09-14 14:20:26 +08:00
parent 97674a4b16
commit 39014e1de3
8 changed files with 45 additions and 7 deletions

View File

@@ -29,7 +29,8 @@ public class AwardVideoPlayer : ADPlayer , ATRewardedVideoListener
this._onVideoComplete = onVideoComplete;
this.adListener.onClose = onClose;
this.adListener.onVideoComplete = this.OnVideoComplete;
this._atRewardedVideo.showAd(this.Key);
var json = new Dictionary<string, string> { { AnyThinkAds.Api.ATConst.SCENARIO, this.AdScene } };
this._atRewardedVideo.showAd(this.Key , json);
}
}