UIBackgroundFetchResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |