GKMatchmaker.AddPlayers Method

Definition

Adds the players in the match request to the match.

[Foundation.Export("addPlayersToMatch:matchRequest:completionHandler:")]
public virtual void AddPlayers (GameKit.GKMatch toMatch, GameKit.GKMatchRequest matchRequest, Action<Foundation.NSError> completionHandler);
abstract member AddPlayers : GameKit.GKMatch * GameKit.GKMatchRequest * Action<Foundation.NSError> -> unit
override this.AddPlayers : GameKit.GKMatch * GameKit.GKMatchRequest * Action<Foundation.NSError> -> unit

Parameters

toMatch
GKMatch
matchRequest
GKMatchRequest
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to