IGKTurnBasedMatchmakerViewControllerDelegate.FoundMatch Method

Definition

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

[Foundation.Export("turnBasedMatchmakerViewController:didFindMatch:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public void FoundMatch (GameKit.GKTurnBasedMatchmakerViewController viewController, GameKit.GKTurnBasedMatch match);
abstract member FoundMatch : GameKit.GKTurnBasedMatchmakerViewController * GameKit.GKTurnBasedMatch -> unit

Parameters

Attributes

Applies to