コード例 #1
0
        void OnAdLoadedBanner(object sender, EventArgs e)
        {
            Debug.LogWarning("AAAdmob - ShowBanner bannerView == null ===> requestBanner delegate -----> banner is loaded ----> show");
            bannerView.Show();
            AdsManager.DOBannerShowed();

            GC.Collect();
            Application.targetFrameRate = 60;
        }
コード例 #2
0
 public void NotifyInterstitialClosed()
 {
     AdsManager.DOInterstitialClosed();
 }
コード例 #3
0
 public void NotifyInterstitialOpened()
 {
     AdsManager.DOInterstitialOpened();
 }
コード例 #4
0
 public void NotifyVideoInterstitialOpened()
 {
     AdsManager.DOVideoInterstitialOpened();
 }