Share via


GKMatchDelegate_Extensions.ShouldReinviteDisconnectedPlayer Method

Definition

Method that is called when a player is disconnected from a two-player match.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldReinviteDisconnectedPlayer(this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, GameKit.GKPlayer player);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldReinviteDisconnectedPlayer : GameKit.IGKMatchDelegate * GameKit.GKMatch * GameKit.GKPlayer -> bool

Parameters

match
GKMatch
player
GKPlayer

Returns

Attributes

Applies to