backgroundRefreshStatus

Panther·2021년 8월 22일
0
post-custom-banner

https://developer.apple.com/documentation/uikit/uiapplication/1622994-backgroundrefreshstatus

"Indicates whether the app can refresh content when running in the background."

앱이 백그라운드에서 실행중일 때 컨텐트를 리프레시할 수 있는지 여부를 나타냅니다.

Declaration

var backgroundRefreshStatus: UIBackgroundRefreshStatus { get }

Discussion

백그라운드 앱 리프레시(리프레시 작업 수행을 위해 백그라운드에서 열 수 있는 앱의 기능)를 활성화할지 여부를 결정하기 위해 이 속성을 사용할 수 있습니다. 이 속성의 값이 UIBackgroundRefreshStatus.restricted로 설정되어 있는 경우 사용자에게 경고하지 않아야 합니다. 부모 아래에서 관리되는 아이처럼 사용에 있어 제한이 있는 사람은 백그라운드 앱 리프레시를 활성화할 수 없습니다.

백그라운드 앱 리프레시는 기기 전력이 낮은 상태일 때 자동으로 비활성화됩니다. 이와 같은 일이 발생하면 백그라운드 작업 수행을 위해 사용 가능한 시간이 전력을 절약하기 위해 줄어듭니다.

post-custom-banner

0개의 댓글