GKScore.ChallengeComposeControllerAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ChallengeComposeControllerAsync(String, GKPlayer[]) |
다른 플레이어에게 메시지와 함께 챌린지를 보내는 데 사용할 수 있는 뷰 컨트롤러를 제공합니다. |
ChallengeComposeControllerAsync(String, GKPlayer[], NSViewController) | |
ChallengeComposeControllerAsync(String, GKPlayer[], UIViewController) |
챌린지 결과를 제공하는 작업을 반환하는 메시지와 함께 다른 플레이어에게 챌린지를 보내는 데 사용할 수 있는 뷰 컨트롤러를 비동기적으로 제공합니다. |
ChallengeComposeControllerAsync(String, GKPlayer[])
다른 플레이어에게 메시지와 함께 챌린지를 보내는 데 사용할 수 있는 뷰 컨트롤러를 제공합니다.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult> ChallengeComposeControllerAsync (string message, GameKit.GKPlayer[] players);
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult> ChallengeComposeControllerAsync (string message, GameKit.GKPlayer[] players);
abstract member ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
override this.ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
매개 변수
- message
- String
다른 플레이어에게 표시할 편집 가능한 메시지입니다. 일 수 있습니다.
- players
- GKPlayer[]
도전할 플레이어.
반환
비동기 ChallengeComposeController 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 형식 Action<GameKit.GKChallengeComposeResult>
입니다.
- 특성
설명
ChallengeComposeControllerAsync 메서드는 작업을 나타내는 Task를 사용하여 호출자에게 컨트롤을 반환하여 C# 비동기에서 사용하는 데 적합합니다.
추가될 예정입니다.
적용 대상
ChallengeComposeControllerAsync(String, GKPlayer[], NSViewController)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult> ChallengeComposeControllerAsync (string message, GameKit.GKPlayer[] players, out AppKit.NSViewController result);
abstract member ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] * -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
override this.ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] * -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
매개 변수
- message
- String
- players
- GKPlayer[]
- result
- NSViewController
반환
- 특성
적용 대상
ChallengeComposeControllerAsync(String, GKPlayer[], UIViewController)
챌린지 결과를 제공하는 작업을 반환하는 메시지와 함께 다른 플레이어에게 챌린지를 보내는 데 사용할 수 있는 뷰 컨트롤러를 비동기적으로 제공합니다.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult> ChallengeComposeControllerAsync (string message, GameKit.GKPlayer[] players, out UIKit.UIViewController result);
abstract member ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] * -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
override this.ChallengeComposeControllerAsync : string * GameKit.GKPlayer[] * -> System.Threading.Tasks.Task<GameKit.GKChallengeComposeResult>
매개 변수
- message
- String
다른 플레이어에게 표시할 편집 가능한 메시지입니다. null
일 수 있습니다.
- players
- GKPlayer[]
도전할 플레이어.
- result
- UIViewController
챌린지의 결과를 표시하는 뷰 컨트롤러입니다. null
일 수 있습니다.
반환
- 특성