UIBackgroundRefreshStatus Enum

Definition

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

Available 2

Indicates that background processing is allowed.

Denied 1

Indicates that the application user has explicitly disabled backgrounding capability.

Restricted 0

Indicates that backgrounding is implicitly restricted and cannot be enabled (e.g., due to parental restrictions).

Applies to