GoogleAdMobAds.GADCustomEventRequest.GADCustomEventRequest C# (CSharp) Method

GADCustomEventRequest() private method

private GADCustomEventRequest ( ) : System
return System
		public GADCustomEventRequest () : 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

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