GKTurnBasedEventListener.MatchEnded(GKPlayer, GKTurnBasedMatch) Method

Definition

Method that is called after the match is ended.

[Foundation.Export("player:matchEnded:")]
public virtual void MatchEnded (GameKit.GKPlayer player, GameKit.GKTurnBasedMatch match);
abstract member MatchEnded : GameKit.GKPlayer * GameKit.GKTurnBasedMatch -> unit
override this.MatchEnded : GameKit.GKPlayer * GameKit.GKTurnBasedMatch -> unit

Parameters

player
GKPlayer
Attributes

Applies to