共用方式為


GKGameSession.LoadSession(String, Action<GKGameSession,NSError>) 方法

定義

[Foundation.Export("loadSessionWithIdentifier:completionHandler:")]
public static void LoadSession (string identifier, Action<GameKit.GKGameSession,Foundation.NSError> completionHandler);
static member LoadSession : string * Action<GameKit.GKGameSession, Foundation.NSError> -> unit

參數

identifier
String
completionHandler
Action<GKGameSession,NSError>
屬性

適用於