Share via


GKMatchConnectionChangedEventArgs(GKPlayer, GKPlayerConnectionState) Constructor

Definition

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

public GKMatchConnectionChangedEventArgs(GameKit.GKPlayer player, GameKit.GKPlayerConnectionState state);
new GameKit.GKMatchConnectionChangedEventArgs : GameKit.GKPlayer * GameKit.GKPlayerConnectionState -> GameKit.GKMatchConnectionChangedEventArgs

Parameters

player
GKPlayer

The value for the Player property.

state
GKPlayerConnectionState

The value for the State property.

Applies to