android.app.job
Classes
| JobInfo | Container of data passed to the |
| JobParameters | Contains the parameters used to configure/identify your job. |
| JobScheduler | This is an API for scheduling various types of jobs against the framework that will be executed in your application's own process. |
| JobService | Entry point for the callback from the |
| JobServiceEngine | Helper for implementing a |
| JobWorkItem | A unit of work that can be enqueued for a job using |
| PendingJobReasonsInfo | A simple wrapper which includes a timestamp (in millis since epoch) and an array of android. |