GKMatchDelegate_Extensions.DataReceived Method

Definition

Developers should not use this deprecated method. Developers should use 'DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)' instead.

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

Parameters

This
IGKMatchDelegate

The instance on which this extension method operates.

match
GKMatch
data
NSData
playerId
String
Attributes

Applies to