GKLocalPlayerListener.DidRequestMatch メソッド

定義

オーバーロード

DidRequestMatch(GKPlayer, GKPlayer[])

のグループfriendPlayersとの一致をplayer要求するときに呼び出されるメソッド。

DidRequestMatch(GKPlayer, String[])

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' を使用する必要があります。

DidRequestMatch(GKPlayer, GKPlayer[])

のグループfriendPlayersとの一致をplayer要求するときに呼び出されるメソッド。

[Foundation.Export("player:didRequestMatchWithRecipients:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidRequestMatch (GameKit.GKPlayer player, GameKit.GKPlayer[] recipientPlayers);
abstract member DidRequestMatch : GameKit.GKPlayer * GameKit.GKPlayer[] -> unit
override this.DidRequestMatch : GameKit.GKPlayer * GameKit.GKPlayer[] -> unit

パラメーター

player
GKPlayer
recipientPlayers
GKPlayer[]
属性

適用対象

DidRequestMatch(GKPlayer, String[])

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' を使用する必要があります。

[Foundation.Export("player:didRequestMatchWithPlayers:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidRequestMatch (GameKit.GKPlayer player, string[] playerIDs);
abstract member DidRequestMatch : GameKit.GKPlayer * string[] -> unit
override this.DidRequestMatch : GameKit.GKPlayer * string[] -> unit

パラメーター

player
GKPlayer
playerIDs
String[]
属性

適用対象