Partager via


UIBackgroundFetchResult Énumération

Définition

É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.

S’applique à