GKMatchDelegate_Extensions.DataReceivedFromPlayer Método

Definición

Método al que se llama cuando se reciben datos de un reproductor.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DataReceivedFromPlayer (this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSData data, GameKit.GKPlayer player);
static member DataReceivedFromPlayer : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSData * GameKit.GKPlayer -> unit

Parámetros

This
IGKMatchDelegate

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

match
GKMatch
data
NSData
player
GKPlayer
Atributos

Se aplica a