コード例 #1
0
ファイル: MoPub.cs プロジェクト: winterdl/Flippy
 // If a rewarded video ad is loaded this will take over the screen and show the ad
 public static void showRewardedVideo(string adUnitId)
 {
     MP.showRewardedVideo(adUnitId);
 }