Interstitial
Última actualización
interstitialAd.OnClicked += () => Debug.Log('Interstitial clicked');
interstitialAd.OnDismissed += () => Debug.Log('Interstitial dismissed');
interstitialAd.OnFailedToLoad += () => Debug.Log('Interstitial failed to load');
interstitialAd.OnFailedToShow += () => Debug.Log('Interstitial failed to show');
interstitialAd.OnImpression += () => Debug.Log('Interstitial impression');
interstitialAd.OnLoaded += () => Debug.Log('Interstitial loaded');
interstitialAd.OnRevenuePaid += (data) => Debug.Log('Interstitial revenue paid');
interstitialAd.OnShown += () => Debug.Log('Interstitial shown');