GKMatchDelegate_Extensions.ShouldReinvitePlayer Method

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ShouldReinviteDisconnectedPlayer' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'ShouldReinviteDisconnectedPlayer' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldReinvitePlayer (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, string playerId);
static member ShouldReinvitePlayer : GameKit.IGKMatchDelegate * GameKit.GKMatch * string -> bool

Parameters

This
IGKMatchDelegate

The instance on which this extension method operates.

match
GKMatch
playerId
String

Returns

Attributes

Applies to