Partager via


GKChallengeComposeResult Constructeurs

Définition

Surcharges

GKChallengeComposeResult(NSViewController, Boolean, String[])
GKChallengeComposeResult(UIViewController, Boolean, String[])

Construit une instance de GameKit.GKChallengeComposeResult

GKChallengeComposeResult(NSViewController, Boolean, String[])

public GKChallengeComposeResult (AppKit.NSViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : AppKit.NSViewController * bool * string[] -> GameKit.GKChallengeComposeResult

Paramètres

composeController
NSViewController
issuedChallenge
Boolean
sentPlayerIDs
String[]

S’applique à

GKChallengeComposeResult(UIViewController, Boolean, String[])

Construit une instance de GameKit.GKChallengeComposeResult

public GKChallengeComposeResult (UIKit.UIViewController composeController, bool issuedChallenge, string[] sentPlayerIDs);
new GameKit.GKChallengeComposeResult : UIKit.UIViewController * bool * string[] -> GameKit.GKChallengeComposeResult

Paramètres

composeController
UIViewController

Valeur de résultat de l’opération asynchrone

issuedChallenge
Boolean

Valeur de résultat de l’opération asynchrone

sentPlayerIDs
String[]

Valeur de résultat de l’opération asynchrone

S’applique à