GKLocalPlayer.Authenticate(Action<NSError>) Method

Definition

Developers should not use this deprecated method. Set the 'AuthenticationHandler' instead.

[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

Parameters

handler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to