IGKMatchmakerViewControllerDelegate.DidFindPlayers Method

Definition

Developers should not use this deprecated method. Developers should use 'DidFindHostedPlayers' instead.

[Foundation.Export("matchmakerViewController:didFindPlayers:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public void DidFindPlayers (GameKit.GKMatchmakerViewController viewController, string[] playerIDs);
abstract member DidFindPlayers : GameKit.GKMatchmakerViewController * string[] -> unit

Parameters

playerIDs
String[]
Attributes

Applies to