GKScoresLoadedHandler 委托

定义

与 一起使用 LoadScores(GKScoresLoadedHandler) 的委托,用于指定加载分数后的行为。

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

参数

scoreArray
GKScore[]
error
NSError

适用于