次の方法で共有


GKLocalPlayer.Authenticate(Action<NSError>) メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 代わりに、"AuthenticationHandler" を設定します。

[Foundation.Export("authenticateWithCompletionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Set the 'AuthenticationHandler' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Set the 'AuthenticationHandler' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Authenticate (Action<Foundation.NSError> handler);
abstract member Authenticate : Action<Foundation.NSError> -> unit
override this.Authenticate : Action<Foundation.NSError> -> unit

パラメーター

handler
Action<NSError>

追加する。

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

属性

適用対象