GKMatchmaker.FindMatch(GKMatchRequest, GKNotificationMatch) Method

Definition

Finds players for a peer-to-peer match.

[Foundation.Export("findMatchForRequest:withCompletionHandler:")]
public virtual void FindMatch (GameKit.GKMatchRequest request, GameKit.GKNotificationMatch matchHandler);
abstract member FindMatch : GameKit.GKMatchRequest * GameKit.GKNotificationMatch -> unit
override this.FindMatch : GameKit.GKMatchRequest * GameKit.GKNotificationMatch -> unit

Parameters

request
GKMatchRequest
matchHandler
GKNotificationMatch

To be added.

This parameter can be null.

Attributes

Applies to