다음을 통해 공유


GKChallengeComposeResult 생성자

정의

오버로드

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

GameKit.GKChallengeComposeResult의 인스턴스를 생성합니다.

GKChallengeComposeResult(NSViewController, Boolean, String[])

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

매개 변수

composeController
NSViewController
issuedChallenge
Boolean
sentPlayerIDs
String[]

적용 대상

GKChallengeComposeResult(UIViewController, Boolean, String[])

GameKit.GKChallengeComposeResult의 인스턴스를 생성합니다.

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

매개 변수

composeController
UIViewController

비동기 작업의 결과 값

issuedChallenge
Boolean

비동기 작업의 결과 값

sentPlayerIDs
String[]

비동기 작업의 결과 값

적용 대상