UIBackgroundFetchResult Enum

Definition

An enumeration whose values specify the results of a DidReceiveRemoteNotification(UIApplication, NSDictionary, Action<UIBackgroundFetchResult>) completion handler.

[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 = 
Inheritance
UIBackgroundFetchResult
Attributes

Fields

Failed 2

The attempt to download data failed.

NewData 0

New data was downloaded successfully.

NoData 1

There was no new data to download.

Applies to