GKTurnBasedEventListener.DidRequestMatchWithPlayers Method

Definition

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

[Foundation.Export("player:didRequestMatchWithPlayers:")]
[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 virtual void DidRequestMatchWithPlayers (GameKit.GKPlayer player, string[] playerIDsToInvite);
abstract member DidRequestMatchWithPlayers : GameKit.GKPlayer * string[] -> unit
override this.DidRequestMatchWithPlayers : GameKit.GKPlayer * string[] -> unit

Parameters

player
GKPlayer
playerIDsToInvite
String[]
Attributes

Applies to