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

배경 설정이 암시적으로 제한되고 사용하도록 설정할 수 없음을 나타냅니다(예: 부모의 제한으로 인해).

적용 대상