GKPlayer.LoadPlayersForIdentifiersAsync(String[]) 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.

public static System.Threading.Tasks.Task<GameKit.GKPlayer[]> LoadPlayersForIdentifiersAsync (string[] identifiers);
static member LoadPlayersForIdentifiersAsync : string[] -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>

Parameters

identifiers
String[]

Returns

A task that represents the asynchronous LoadPlayersForIdentifiers operation. The value of the TResult parameter is a GKPlayersHandler.

Applies to