GKMatchDelegate_Extensions.DataReceived Método

Definición

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "DataReceivedFromPlayer (GKMatch,NSData,GKPlayer)" en su lugar.

[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

Parámetros

This
IGKMatchDelegate

Instancia en la que opera este método de extensión.

match
GKMatch
data
NSData
playerId
String
Atributos

Se aplica a