Share via


UIBackgroundFetchResult Enumeración

Definición

Enumeración cuyos valores especifican los resultados de un DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>) controlador de finalización.

[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 = 
Herencia
UIBackgroundFetchResult
Atributos

Campos

Failed 2

Error al intentar descargar datos.

NewData 0

Los nuevos datos se descargaron correctamente.

NoData 1

No había nuevos datos para descargar.

Se aplica a