Edytuj

Udostępnij za pośrednictwem


GKTurnBasedEventHandlerDelegate_Extensions.HandleMatchEnded Method

Definition

Developers should not use this deprecated method.

[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.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleMatchEnded (this GameKit.IGKTurnBasedEventHandlerDelegate This, GameKit.GKTurnBasedMatch match);
[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.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleMatchEnded (this GameKit.IGKTurnBasedEventHandlerDelegate This, GameKit.GKTurnBasedMatch match);
static member HandleMatchEnded : GameKit.IGKTurnBasedEventHandlerDelegate * GameKit.GKTurnBasedMatch -> unit

Parameters

This
IGKTurnBasedEventHandlerDelegate

The instance on which this extension method operates.

Attributes

Applies to