Condividi tramite


GKPlayersHandler Delegato

Definizione

Delegato usato con LoadPlayersForIdentifiers(String[], GKPlayersHandler) per specificare il comportamento da eseguire dopo il caricamento dei giocatori.

public delegate void GKPlayersHandler(GKPlayer[] players, NSError error);
type GKPlayersHandler = delegate of GKPlayer[] * NSError -> unit

Parametri

players
GKPlayer[]
error
NSError

Si applica a