GKInviteEventListener_Extensions.DidRequestMatch Method

Definition

Overloads

DidRequestMatch(IGKInviteEventListener, GKPlayer, GKPlayer[])
DidRequestMatch(IGKInviteEventListener, GKPlayer, String[])

Developers should not use this deprecated method. Developers should use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.

DidRequestMatch(IGKInviteEventListener, GKPlayer, GKPlayer[])

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidRequestMatch (this GameKit.IGKInviteEventListener This, GameKit.GKPlayer player, GameKit.GKPlayer[] recipientPlayers);
static member DidRequestMatch : GameKit.IGKInviteEventListener * GameKit.GKPlayer * GameKit.GKPlayer[] -> unit

Parameters

This
IGKInviteEventListener

The instance on which this extension method operates.

player
GKPlayer
recipientPlayers
GKPlayer[]
Attributes

Applies to

DidRequestMatch(IGKInviteEventListener, GKPlayer, String[])

Developers should not use this deprecated method. Developers should use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidRequestMatch (GKPlayer player, GKPlayer[] recipientPlayers)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidRequestMatch (this GameKit.IGKInviteEventListener This, GameKit.GKPlayer player, string[] playerIDs);
static member DidRequestMatch : GameKit.IGKInviteEventListener * GameKit.GKPlayer * string[] -> unit

Parameters

This
IGKInviteEventListener

The instance on which this extension method operates.

player
GKPlayer
playerIDs
String[]
Attributes

Applies to