다음을 통해 공유


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일 수 있습니다.

특성

적용 대상