GKNotificationMatch Delegate

Definition

A delegate used with FindMatch(GKMatchRequest, GKNotificationMatch) that specifies behavior after a match has been made.

public delegate void GKNotificationMatch(GKMatch match, NSError error);
type GKNotificationMatch = delegate of GKMatch * NSError -> unit

Parameters

match
GKMatch
error
NSError

Applies to