BGAppRefreshTask

Panther·2021년 8월 16일
0

https://developer.apple.com/documentation/backgroundtasks/bgapprefreshtask

"An object representing a short task typically used to refresh content that’s run while the app is in the background."

앱이 백그라운드에 있는 동안 컨텐트 리프레시를 위해 사용되는 짧은 작업을 나타내는 객체입니다.

Declaration

class BGAppRefreshTask : BGTask

Overview

정보의 작은 비트로 앱을 업데이트하기 위해 앱 리프레시 작업을 사용하시기 바랍니다. 최근 주가와 같은 데이터가 예시입니다. 앱 리프레시 작업 실행은 fetch UIBackgroundModes 기능 설정을 요구합니다. 이 기능 설정에 대한 더 많은 정보는 BGTaskScheduler를 보시기 바랍니다.

BGTaskScheduler
https://developer.apple.com/documentation/backgroundtasks/bgtaskscheduler
https://velog.io/@panther222128/BGTaskScheduler

See Also


Task Management

BGProcessingTask

앱이 백그라운드에 있는 동안 실행되는, 시간을 소비하는 프로세싱 작업입니다.

https://developer.apple.com/documentation/backgroundtasks/bgprocessingtask
https://velog.io/@panther222128/BGProcessingTask

BGTask

앱이 백그라운드에 있는 동안 실행되는 작업을 나타내는 추상 클래스입니다.

https://developer.apple.com/documentation/backgroundtasks/bgtask
https://velog.io/@panther222128/BGTask


0개의 댓글