Edit

Share via


GKTurnBasedMatch.ParticipantQuitOutOfTurn Method

Definition

Resigns the player from the match out of turn and runs onCompletion.

[Foundation.Export("participantQuitOutOfTurnWithOutcome:withCompletionHandler:")]
public virtual void ParticipantQuitOutOfTurn (GameKit.GKTurnBasedMatchOutcome matchOutcome, Action<Foundation.NSError> onCompletion);
abstract member ParticipantQuitOutOfTurn : GameKit.GKTurnBasedMatchOutcome * Action<Foundation.NSError> -> unit
override this.ParticipantQuitOutOfTurn : GameKit.GKTurnBasedMatchOutcome * Action<Foundation.NSError> -> unit

Parameters

onCompletion
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to