Esempio n. 1
0
            public override void InterstitialDidReceiveAppEvent(GoogleAdMobAds.GADInterstitial interstitial, string name, string info)
            {
                EventHandler <GADAppEventDelegateInterstitialEventArgs> handler = interstitialDidReceiveAppEvent;

                if (handler != null)
                {
                    var args = new GADAppEventDelegateInterstitialEventArgs(name, info);
                    handler(interstitial, args);
                }
            }
			public override void InterstitialDidReceiveAppEvent (GoogleAdMobAds.GADInterstitial interstitial, string name, string info)
			{
				EventHandler<GADAppEventDelegateInterstitialEventArgs> handler = interstitialDidReceiveAppEvent;
				if (handler != null){
					var args = new GADAppEventDelegateInterstitialEventArgs (name, info);
					handler (interstitial, args);
				}
			}