GKTurnBasedMatch.AcceptInvite(Action<GKTurnBasedMatch,NSError>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一致への招待を受け入れ、新しい match オブジェクトを に completionHandler
渡し、エラーが発生しなかった場合は null
エラー オブジェクトを渡します。
[Foundation.Export("acceptInviteWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AcceptInvite (Action<GameKit.GKTurnBasedMatch,Foundation.NSError> completionHandler);
[Foundation.Export("acceptInviteWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AcceptInvite (Action<GameKit.GKTurnBasedMatch,Foundation.NSError> completionHandler);
abstract member AcceptInvite : Action<GameKit.GKTurnBasedMatch, Foundation.NSError> -> unit
override this.AcceptInvite : Action<GameKit.GKTurnBasedMatch, Foundation.NSError> -> unit
パラメーター
- 属性