UIApplication.BackgroundRefreshStatus Property

Definition

Whether background processing is allowed, denied, or restricted.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIBackgroundRefreshStatus BackgroundRefreshStatus { [Foundation.Export("backgroundRefreshStatus")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.BackgroundRefreshStatus : UIKit.UIBackgroundRefreshStatus

Property Value

Returns a read-only status that specifies whether the app can be launched into the background to handle background behaviors.

Attributes

Applies to