Partager via


GKNotificationMatch Délégué

Définition

Délégué utilisé avec FindMatch(GKMatchRequest, GKNotificationMatch) qui spécifie le comportement après qu’une correspondance a été effectuée.

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

Paramètres

match
GKMatch
error
NSError

S’applique à