UIBackgroundRefreshStatus 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 reflect the status of a background refresh. Available from BackgroundRefreshStatus.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBackgroundRefreshStatus
type UIBackgroundRefreshStatus =
- Inheritance
-
UIBackgroundRefreshStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Restricted | 0 | Indicates that backgrounding is implicitly restricted and cannot be enabled (e.g., due to parental restrictions). |
Denied | 1 | Indicates that the application user has explicitly disabled backgrounding capability. |
Available | 2 | Indicates that background processing is allowed. |