Share via


GKLocalPlayer.PresentFriendRequestCreator Method

Definition

Overloads

PresentFriendRequestCreator(NSWindow, NSError)

[Foundation.Export("presentFriendRequestCreatorFromWindow:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentFriendRequestCreator(AppKit.NSWindow? window, out Foundation.NSError? error);
[<Foundation.Export("presentFriendRequestCreatorFromWindow:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFriendRequestCreator : AppKit.NSWindow * NSError -> bool
override this.PresentFriendRequestCreator : AppKit.NSWindow * NSError -> bool

Parameters

window
NSWindow
error
NSError

Returns

Attributes

Applies to

PresentFriendRequestCreator(UIViewController, NSError)

[Foundation.Export("presentFriendRequestCreatorFromViewController:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentFriendRequestCreator(UIKit.UIViewController viewController, out Foundation.NSError? error);
[<Foundation.Export("presentFriendRequestCreatorFromViewController:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFriendRequestCreator : UIKit.UIViewController * NSError -> bool
override this.PresentFriendRequestCreator : UIKit.UIViewController * NSError -> bool

Parameters

viewController
UIViewController
error
NSError

Returns

Attributes

Applies to