共用方式為


GKScoresLoadedHandler 代理人

定義

與 搭配 LoadScores(GKScoresLoadedHandler) 使用的委派,指定載入分數之後的行為。

public delegate void GKScoresLoadedHandler(GKScore[] scoreArray, NSError error);
type GKScoresLoadedHandler = delegate of GKScore[] * NSError -> unit

參數

scoreArray
GKScore[]
error
NSError

適用於