共用方式為


GKNotificationMatch 代理人

定義

與 搭配 FindMatch(GKMatchRequest, GKNotificationMatch) 使用的委派,指定在進行相符專案之後的行為。

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

參數

match
GKMatch
error
NSError

適用於