GKMatchmakerViewControllerDelegate_Extensions.DidFindPlayers 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 'DidFindHostedPlayers' instead.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFindPlayers(this GameKit.IGKMatchmakerViewControllerDelegate This, GameKit.GKMatchmakerViewController viewController, string[] playerIDs);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFindPlayers : GameKit.IGKMatchmakerViewControllerDelegate * GameKit.GKMatchmakerViewController * string[] -> unit
Parameters
- viewController
- GKMatchmakerViewController
- playerIDs
- String[]
- Attributes