public static bool GetDeviceOrientationIsLandscape(this ICTInAppDisplayViewController This)
 {
     return(global::ApiDefinition.Messaging.bool_objc_msgSend(This.Handle, Selector.GetHandle("deviceOrientationIsLandscape")));
 }
 public static NSObject GetWeakDelegate(this ICTInAppDisplayViewController This)
 {
     return(Runtime.GetNSObject(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("delegate"))));
 }
 public static void SetWeakDelegate(this ICTInAppDisplayViewController This, NSObject value)
 {
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("setDelegate:"), value == null ? IntPtr.Zero : value.Handle);
 }
 public static void Hide(this ICTInAppDisplayViewController This, bool animated)
 {
     global::ApiDefinition.Messaging.void_objc_msgSend_bool(This.Handle, Selector.GetHandle("hide:"), animated);
 }