Partager via


GKMatchDelegate_Extensions.DataReceivedForRecipient Méthode

Définition

Méthode appelée lorsque le recipient reçoit les données d’un autre player.

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

Paramètres

This
IGKMatchDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

match
GKMatch
data
NSData
recipient
GKPlayer
player
GKPlayer
Attributs

S’applique à