Share via


IGKMatchmakerViewControllerDelegate.DidFindHostedPlayers Method

Definition

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

Parameters

playerIDs
GKPlayer[]
Attributes

Applies to