Compartilhar via


UIBackgroundFetchResult Enumeração

Definição

Uma enumeração cujos valores especificam os resultados de um DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>) manipulador de conclusão.

[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 = 
Herança
UIBackgroundFetchResult
Atributos

Campos

Failed 2

Falha na tentativa de baixar dados.

NewData 0

Novos dados foram baixados com êxito.

NoData 1

Não havia novos dados a serem baixados.

Aplica-se a