GKTurnBasedEventListener_Extensions.DidRequestMatchWithPlayers Method

Definition

Developers should not use this deprecated method. Developers should use 'DidRequestMatchWithOtherPlayers' instead.

[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

Parameters

This
IGKTurnBasedEventListener

The instance on which this extension method operates.

player
GKPlayer
playerIDsToInvite
String[]
Attributes

Applies to