コード例 #1
0
		public virtual void WillDismissScreen (GADInterstitial ad)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
コード例 #2
0
		public virtual void DidFailToReceiveAdWithError (GADInterstitial sender, GADRequestError error)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
コード例 #3
0
		public virtual void WillLeaveApplication (GADInterstitial ad)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
コード例 #4
0
		public virtual void DidReceiveAd (GADInterstitial ad)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}
コード例 #5
0
		public virtual void InterstitialDidReceiveAppEvent (GADInterstitial interstitial, string name, string info)
		{
			throw new You_Should_Not_Call_base_In_This_Method ();
		}