Compartir a través de


GKTurnBasedEventListener_Extensions.DidRequestMatchWithPlayers Método

Definición

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar 'DidRequestMatchWithOtherPlayers' en su lugar.

[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

Parámetros

This
IGKTurnBasedEventListener

Instancia en la que opera este método de extensión.

player
GKPlayer
playerIDsToInvite
String[]
Atributos

Se aplica a