Share via


GKDataReceivedForRecipientEventArgs(NSData, GKPlayer, GKPlayer) Constructor

Definition

Create a new instance of the GKDataReceivedForRecipientEventArgs with the specified event data.

public GKDataReceivedForRecipientEventArgs(Foundation.NSData data, GameKit.GKPlayer recipient, GameKit.GKPlayer player);
new GameKit.GKDataReceivedForRecipientEventArgs : Foundation.NSData * GameKit.GKPlayer * GameKit.GKPlayer -> GameKit.GKDataReceivedForRecipientEventArgs

Parameters

data
NSData

The value for the Data property.

recipient
GKPlayer

The value for the Recipient property.

player
GKPlayer

The value for the Player property.

Applies to