GKDataEventArgs(NSData, String) Constructor

Definition

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

public GKDataEventArgs(Foundation.NSData data, string playerId);
new GameKit.GKDataEventArgs : Foundation.NSData * string -> GameKit.GKDataEventArgs

Parameters

data
NSData

The value for the Data property.

playerId
String

The value for the PlayerId property.

Applies to