GKMatchDelegate_Extensions.StateChanged Method

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'StateChangedForPlayer (GKMatch,GKPlayer,GKPlayerConnectionState)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'StateChangedForPlayer (GKMatch,GKPlayer,GKPlayerConnectionState)' instead.")]
public static void StateChanged (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, string playerId, GameKit.GKPlayerConnectionState state);
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'StateChangedForPlayer (GKMatch,GKPlayer,GKPlayerConnectionState)' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'StateChangedForPlayer (GKMatch,GKPlayer,GKPlayerConnectionState)' instead.")]
public static void StateChanged (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, string playerId, GameKit.GKPlayerConnectionState state);
static member StateChanged : GameKit.IGKMatchDelegate * GameKit.GKMatch * string * GameKit.GKPlayerConnectionState -> unit

Parameters

This
IGKMatchDelegate

The instance on which this extension method operates.

match
GKMatch
playerId
String
Attributes

Applies to