UIBackgroundFetchResult Énumération
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.
Énumération dont les valeurs spécifient les résultats d’un DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>) gestionnaire d’achèvement.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBackgroundFetchResult
type UIBackgroundFetchResult =
- Héritage
-
UIBackgroundFetchResult
- Attributs
Champs
Failed | 2 | Échec de la tentative de téléchargement des données. |
NewData | 0 | Les nouvelles données ont été téléchargées avec succès. |
NoData | 1 | Il n’y avait aucune nouvelle donnée à télécharger. |