BGTask

Panther·2021년 8월 16일
0

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

"An abstract class representing a task that’s run while the app is in the background."

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

Declaration

class BGTask : NSObject

See Also


Task Management

BGProcessingTask

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

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

BGAppRefreshTask

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

https://developer.apple.com/documentation/backgroundtasks/bgapprefreshtask
https://velog.io/@panther222128/BGAppRefreshTask


0개의 댓글