GKTurnBasedEventListener_Extensions.DidRequestMatchWithOtherPlayers Method

Definition

Method that is called when player requests a match with playersToInvite.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidRequestMatchWithOtherPlayers (this GameKit.IGKTurnBasedEventListener This, GameKit.GKPlayer player, GameKit.GKPlayer[] playersToInvite);
static member DidRequestMatchWithOtherPlayers : GameKit.IGKTurnBasedEventListener * GameKit.GKPlayer * GameKit.GKPlayer[] -> unit

Parameters

This
IGKTurnBasedEventListener

The instance on which this extension method operates.

player
GKPlayer
playersToInvite
GKPlayer[]
Attributes

Applies to