次の方法で共有


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>
属性

適用対象