GKTurnBasedEventHandlerDelegate.HandleInviteFromGameCenter(NSString[]) Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("handleInviteFromGameCenter:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
public abstract void HandleInviteFromGameCenter (Foundation.NSString[] playersToInvite);
[Foundation.Export("handleInviteFromGameCenter:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract void HandleInviteFromGameCenter (Foundation.NSString[] playersToInvite);
abstract member HandleInviteFromGameCenter : Foundation.NSString[] -> unit

Parameters

playersToInvite
NSString[]

Implements

Attributes

Applies to