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