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