Edit

Share via


GKLocalPlayer.RegisterListener(IGKLocalPlayerListener) Method

Definition

Registers listener in order to monitor the events that it listens for.

[Foundation.Export("registerListener:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RegisterListener (GameKit.IGKLocalPlayerListener listener);
abstract member RegisterListener : GameKit.IGKLocalPlayerListener -> unit
override this.RegisterListener : GameKit.IGKLocalPlayerListener -> unit

Parameters

Attributes

Applies to