Share via


UIBackgroundFetchResult Enum

Definition

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

[ObjCRuntime.Native]
public enum UIBackgroundFetchResult
[<ObjCRuntime.Native>]
type UIBackgroundFetchResult = 
Inheritance
UIBackgroundFetchResult
Attributes

Fields

Name Value Description
NewData 0

New data was downloaded successfully.

NoData 1

There was no new data to download.

Failed 2

The attempt to download data failed.

Applies to