GKMatchmaker.FindMatch(GKMatchRequest, GKNotificationMatch) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("findMatchForRequest:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FindMatch(GameKit.GKMatchRequest request, GameKit.GKNotificationMatch? matchHandler);
[<Foundation.Export("findMatchForRequest:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindMatch : GameKit.GKMatchRequest * GameKit.GKNotificationMatch -> unit
override this.FindMatch : GameKit.GKMatchRequest * GameKit.GKNotificationMatch -> unit
Parameters
- request
- GKMatchRequest
- matchHandler
- GKNotificationMatch
- Attributes