Share via


GKChallengeComposeResult Constructors

Definition

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.

Applies to