Condividi tramite


GKNotificationMatch Delegato

Definizione

Delegato usato con FindMatch(GKMatchRequest, GKNotificationMatch) che specifica il comportamento dopo che è stata effettuata una corrispondenza.

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

Parametri

match
GKMatch
error
NSError

Si applica a