Compartir a través de


GKNotificationMatch Delegado

Definición

Delegado utilizado con FindMatch(GKMatchRequest, GKNotificationMatch) que especifica el comportamiento después de que se haya realizado una coincidencia.

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

Parámetros

match
GKMatch
error
NSError

Se aplica a