Share via


GKMatchmaker.FindMatchedPlayers Method

Definition

[Foundation.Export("findMatchedPlayers:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FindMatchedPlayers(GameKit.GKMatchRequest request, Action<GameKit.GKMatchedPlayers,Foundation.NSError> completionHandler);
[<Foundation.Export("findMatchedPlayers:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindMatchedPlayers : GameKit.GKMatchRequest * Action<GameKit.GKMatchedPlayers, Foundation.NSError> -> unit
override this.FindMatchedPlayers : GameKit.GKMatchRequest * Action<GameKit.GKMatchedPlayers, Foundation.NSError> -> unit

Parameters

request
GKMatchRequest
completionHandler
Action<GKMatchedPlayers,NSError>
Attributes

Applies to