GKLocalPlayer.PresentFriendRequestCreator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| PresentFriendRequestCreator(NSWindow, NSError) | |
| PresentFriendRequestCreator(UIViewController, NSError) |
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