次の方法で共有


GKLocalPlayer.FetchSavedGames(Action<GKSavedGame[],NSError>) メソッド

定義

保存されたすべてのゲームを取得し、成功のために と共nullに にhandler渡すか、失敗した場合にエラーを渡します。

[Foundation.Export("fetchSavedGamesWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FetchSavedGames (Action<GameKit.GKSavedGame[],Foundation.NSError> handler);
abstract member FetchSavedGames : Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit
override this.FetchSavedGames : Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit

パラメーター

handler
Action<GKSavedGame[],NSError>

追加する。

このパラメーターは、null に設定できます。

属性

適用対象