GKMatchReinvitation Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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