Compartilhar via


GKNotificationMatch Delegar

Definição

Um delegado usado com FindMatch(GKMatchRequest, GKNotificationMatch) que especifica o comportamento após uma correspondência ter sido feita.

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

Parâmetros

match
GKMatch
error
NSError

Aplica-se a