GKMatchReinvitationForDisconnectedPlayer Delegate

Definition

Completion handler that app developers can specify for the ShouldReinviteDisconnectedPlayer property.

public delegate bool GKMatchReinvitationForDisconnectedPlayer(GKMatch match, GKPlayer player);
type GKMatchReinvitationForDisconnectedPlayer = delegate of GKMatch * GKPlayer -> bool

Parameters

match
GKMatch
player
GKPlayer

Return Value

Applies to