Beispiel #1
0
 public void SetInterstitialADManager(IInterstitialADManager manager)
 {
     thisInterstitiaADManager = manager;
 }
        // public ADManager thisADManager;
        void ResetInterstitialADManager()
        {
            IInterstitialADManager manager = interstitialADManagerAdaptor.GetInterstitialADManager();

            manager.ResetTimerAndCounter();
        }