GKPlayersHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Délégué utilisé avec LoadPlayersForIdentifiers(String[], GKPlayersHandler) pour spécifier le comportement à effectuer après le chargement des joueurs.
public delegate void GKPlayersHandler(GKPlayer[] players, NSError error);
type GKPlayersHandler = delegate of GKPlayer[] * NSError -> unit
Paramètres
- players
- GKPlayer[]
- error
- NSError