次の方法で共有


GKMatchmaker.Match(GKInvite, Action<GKMatch,NSError>) メソッド

定義

指定した招待の一致を作成します。

[Foundation.Export("matchForInvite:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Match (GameKit.GKInvite invite, Action<GameKit.GKMatch,Foundation.NSError> completionHandler);
abstract member Match : GameKit.GKInvite * Action<GameKit.GKMatch, Foundation.NSError> -> unit
override this.Match : GameKit.GKInvite * Action<GameKit.GKMatch, Foundation.NSError> -> unit

パラメーター

invite
GKInvite
completionHandler
Action<GKMatch,NSError>

追加する。

このパラメーターは、null に設定できます。

属性

適用対象