Share via


IGKMatchmakerViewControllerDelegate.DidFindMatch Method

Definition

[Foundation.Export("matchmakerViewController:didFindMatch:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFindMatch(GameKit.GKMatchmakerViewController viewController, GameKit.GKMatch match);
[<Foundation.Export("matchmakerViewController:didFindMatch:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to