GKMatchReinvitation Delegate

Definition

A delegate used with ShouldReinvitePlayer that allows the application developer to control whether a player should be reinvited.

public delegate bool GKMatchReinvitation(GKMatch match, string playerId);
type GKMatchReinvitation = delegate of GKMatch * string -> bool

Parameters

match
GKMatch
playerId
String

Return Value

Applies to