Share via


GKLocalPlayer.FetchSavedGames(Action<GKSavedGame[],NSError>) Method

Definition

[Foundation.Export("fetchSavedGamesWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FetchSavedGames(Action<GameKit.GKSavedGame[],Foundation.NSError>? handler);
[<Foundation.Export("fetchSavedGamesWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchSavedGames : Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit
override this.FetchSavedGames : Action<GameKit.GKSavedGame[], Foundation.NSError> -> unit

Parameters

Attributes

Applies to