Share via


GKMatchmaker.AddPlayers Method

Definition

[Foundation.Export("addPlayersToMatch:matchRequest:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddPlayers(GameKit.GKMatch toMatch, GameKit.GKMatchRequest matchRequest, Action<Foundation.NSError>? completionHandler);
[<Foundation.Export("addPlayersToMatch:matchRequest:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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>
Attributes

Applies to