UIBackgroundRefreshStatus 枚举

定义

一个枚举,其值反映后台刷新的状态。 可从 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 = 
继承
UIBackgroundRefreshStatus
属性

字段

Available 2

指示允许后台处理。

Denied 1

指示应用程序用户已显式禁用后台功能。

Restricted 0

指示后台功能是隐式限制的,并且无法 (启用,例如,由于家长限制) 。

适用于