GKNotificationMatch 委托

定义

与 一起使用 FindMatch(GKMatchRequest, GKNotificationMatch) 的委托,用于指定匹配后的行为。

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

参数

match
GKMatch
error
NSError

适用于