GKPlayer.LoadPlayersForIdentifiers(String[], GKPlayersHandler) Method

Definition

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[]
completionHandler
GKPlayersHandler

To be added.

This parameter can be null.

Attributes

Applies to