GoogleAdMobAds.GADInterstitial.GADInterstitial C# (CSharp) Method

GADInterstitial() private method

private GADInterstitial ( ) : System
return System
		public GADInterstitial () : base (NSObjectFlag.Empty)
		{
			IsDirectBinding = GetType ().Assembly == global::ApiDefinition.Messaging.this_assembly;
			if (IsDirectBinding) {
				Handle = MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.Init);
			} else {
				Handle = MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.Init);
			}
		}

Same methods

GADInterstitial::GADInterstitial ( IntPtr handle ) : System
GADInterstitial::GADInterstitial ( NSCoder coder ) : System
GADInterstitial::GADInterstitial ( NSObjectFlag t ) : System