GKInviteHandler Delegate

Definition

A delegate that is used to define behavior after a response to a GKInvite.

public delegate void GKInviteHandler(GKInvite invite, string[] playerIDs);
type GKInviteHandler = delegate of GKInvite * string[] -> unit

Parameters

invite
GKInvite
playerIDs
String[]

Applies to