GKTurnBasedEventListener.ReceivedTurnEvent Method

Definition

Method that is called to activate a turn for player.

[Foundation.Export("player:receivedTurnEventForMatch:didBecomeActive:")]
public virtual void ReceivedTurnEvent (GameKit.GKPlayer player, GameKit.GKTurnBasedMatch match, bool becameActive);
abstract member ReceivedTurnEvent : GameKit.GKPlayer * GameKit.GKTurnBasedMatch * bool -> unit
override this.ReceivedTurnEvent : GameKit.GKPlayer * GameKit.GKTurnBasedMatch * bool -> unit

Parameters

player
GKPlayer
becameActive
Boolean
Attributes

Applies to