GKMatchDelegate.ShouldReinvitePlayer(GKMatch, String) Method

Definition

[Foundation.Export("match:shouldReinvitePlayer:")]
[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 virtual bool ShouldReinvitePlayer (GameKit.GKMatch match, string playerId);
abstract member ShouldReinvitePlayer : GameKit.GKMatch * string -> bool
override this.ShouldReinvitePlayer : GameKit.GKMatch * string -> bool

Parameters

match
GKMatch
playerId
String

Returns

Attributes

Applies to