GKTurnBasedMatchmakerViewControllerDelegate_Extensions.FoundMatch 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.
Developers should not use this deprecated method. Developers should use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void FoundMatch(this GameKit.IGKTurnBasedMatchmakerViewControllerDelegate This, GameKit.GKTurnBasedMatchmakerViewController viewController, GameKit.GKTurnBasedMatch match);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FoundMatch : GameKit.IGKTurnBasedMatchmakerViewControllerDelegate * GameKit.GKTurnBasedMatchmakerViewController * GameKit.GKTurnBasedMatch -> unit
Parameters
- viewController
- GKTurnBasedMatchmakerViewController
- match
- GKTurnBasedMatch
- Attributes