BGAppRefreshTask
2013 ワード
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
アプリケーションのリフレッシュ操作を使用して、情報の一部を取得するためにアプリケーションを更新してください.例えば、最近の株価.applefreshタスクを実行するにはfetch
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
"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アプリケーションのリフレッシュ操作を使用して、情報の一部を取得するためにアプリケーションを更新してください.例えば、最近の株価.applefreshタスクを実行するには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
Reference
この問題について(BGAppRefreshTask), 我々は、より多くの情報をここで見つけました https://velog.io/@panther222128/BGAppRefreshTaskテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol