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