Exemple #1
0
 public static void setOnRewardedVideoShow(AMRAdView.EventDelegateShow onShowDelegate)
 {
     AMRRewardedVideoView.Instance.setOnShow(onShowDelegate);
 }
Exemple #2
0
 public static void setOnInterstitialShow(AMRAdView.EventDelegateShow onShowDelegate)
 {
     AMRInterstitialView.Instance.setOnShow(onShowDelegate);
 }