次の方法で共有


GKTurnBasedEventListener_Extensions.DidRequestMatchWithPlayers メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidRequestMatchWithOtherPlayers' を使用する必要があります。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidRequestMatchWithOtherPlayers' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidRequestMatchWithPlayers (this GameKit.IGKTurnBasedEventListener This, GameKit.GKPlayer player, string[] playerIDsToInvite);
static member DidRequestMatchWithPlayers : GameKit.IGKTurnBasedEventListener * GameKit.GKPlayer * string[] -> unit

パラメーター

This
IGKTurnBasedEventListener

この拡張メソッドが動作するインスタンス。

player
GKPlayer
playerIDsToInvite
String[]
属性

適用対象