GKChallengeComposeResult Constructors
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 |
|---|---|
| GKChallengeComposeResult(NSViewController, Boolean, String[]) |
Creates a new instance of this class. |
| GKChallengeComposeResult(UIViewController, Boolean, String[]) |
Creates a new instance of this class. |
GKChallengeComposeResult(NSViewController, Boolean, String[])
Creates a new instance of this class.
public GKChallengeComposeResult(AppKit.NSViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : AppKit.NSViewController * bool * string[] -> GameKit.GKChallengeComposeResult
Parameters
- composeController
- NSViewController
Result value from an asynchronous operation.
- issuedChallenge
- Boolean
Result value from an asynchronous operation.
- sentPlayerIDs
- String[]
Result value from an asynchronous operation.
Applies to
GKChallengeComposeResult(UIViewController, Boolean, String[])
Creates a new instance of this class.
public GKChallengeComposeResult(UIKit.UIViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : UIKit.UIViewController * bool * string[] -> GameKit.GKChallengeComposeResult
Parameters
- composeController
- UIViewController
Result value from an asynchronous operation.
- issuedChallenge
- Boolean
Result value from an asynchronous operation.
- sentPlayerIDs
- String[]
Result value from an asynchronous operation.