| BGAppRefreshTask |
A background task used to update your app's contents in the background.
|
| BGAppRefreshTaskRequest |
A request to briefly launch your app to keep its contents up to date.
|
| BGProcessingTask |
A background task used to perform deferrable processing.
|
| BGProcessingTaskRequest |
A request to launch your app to perform deferrable processing tasks.
|
| BGTask |
An abstract class that represents the background work for which the app was launched to handle.
|
| BGTaskRequest |
An abstract class that represents a request for the app to be launched in the background to perform work.
|
| BGTaskScheduler |
BGTaskScheduler
The object you use to schedule deferrable work to be done in the background.
|