GKLocalPlayerListener.DidRequestMatchWithPlayers(GKPlayer, String[]) Method

Definition

Caution

Use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.

Method that is called when the player invites a group of players, who are identified by playersIDsToInvite, to play a match.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidRequestMatchWithOtherPlayers' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("Use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.")]
public virtual void DidRequestMatchWithPlayers (GameKit.GKPlayer player, string[] playerIDsToInvite);
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Foundation.Export("player:didRequestMatchWithPlayers:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidRequestMatchWithOtherPlayers' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, 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