Share via


GKMatchmakerViewControllerDelegate.DidFindMatch Method

Definition

[Foundation.Export("matchmakerViewController:didFindMatch:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFindMatch(GameKit.GKMatchmakerViewController viewController, GameKit.GKMatch match);
[<Foundation.Export("matchmakerViewController:didFindMatch:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFindMatch : GameKit.GKMatchmakerViewController * GameKit.GKMatch -> unit
override this.DidFindMatch : GameKit.GKMatchmakerViewController * GameKit.GKMatch -> unit

Parameters

match
GKMatch

Implements

Attributes

Applies to