ACRequestCompletionHandler 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é qui spécifie le gestionnaire exécuté à la fin des appels à RequestAccessAsync(ACAccountType, NSDictionary)s.
public delegate void ACRequestCompletionHandler(bool granted, NSError error);
type ACRequestCompletionHandler = delegate of bool * NSError -> unit
Paramètres
- granted
- Boolean
- error
- NSError