Share via


IGKTurnBasedMatchmakerViewControllerDelegate.FoundMatch Method

Definition

Developers should not use this deprecated method. Developers should use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.

[Foundation.Export("turnBasedMatchmakerViewController:didFindMatch:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FoundMatch(GameKit.GKTurnBasedMatchmakerViewController viewController, GameKit.GKTurnBasedMatch match);
[<Foundation.Export("turnBasedMatchmakerViewController:didFindMatch:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FoundMatch : GameKit.GKTurnBasedMatchmakerViewController * GameKit.GKTurnBasedMatch -> unit
override this.FoundMatch : GameKit.GKTurnBasedMatchmakerViewController * GameKit.GKTurnBasedMatch -> unit

Parameters

Attributes

Applies to