Share via


IGKMatchmakerViewControllerDelegate.DidFindPlayers Method

Definition

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

[Foundation.Export("matchmakerViewController:didFindPlayers:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFindPlayers(GameKit.GKMatchmakerViewController viewController, string[] playerIDs);
[<Foundation.Export("matchmakerViewController:didFindPlayers:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFindPlayers : GameKit.GKMatchmakerViewController * string[] -> unit
override this.DidFindPlayers : GameKit.GKMatchmakerViewController * string[] -> unit

Parameters

playerIDs
String[]
Attributes

Applies to