GKNotificationMatch Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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