GKPlayer.LoadPlayersForIdentifiers(String[], GKPlayersHandler) 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.
Loads information from the Game center for the players who are specified by the provided identifiers
and runs a completion handler after the information is loaded.
[Foundation.Export("loadPlayersForIdentifiers:withCompletionHandler:")]
public static void LoadPlayersForIdentifiers (string[] identifiers, GameKit.GKPlayersHandler completionHandler);
static member LoadPlayersForIdentifiers : string[] * GameKit.GKPlayersHandler -> unit
Parameters
- identifiers
- String[]
- Attributes