Edit

Share via


GKChallengeComposeResult Constructors

Definition

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

Applies to