Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# android.app.job\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/app/job/package-summary \"View this page in Java\")\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [JobInfo](/reference/kotlin/android/app/job/JobInfo) | Container of data passed to the [android.app.job.JobScheduler](/reference/kotlin/android/app/job/JobScheduler) fully encapsulating the parameters required to schedule work against the calling application. |\n| [JobParameters](/reference/kotlin/android/app/job/JobParameters) | Contains the parameters used to configure/identify your job. |\n| [JobScheduler](/reference/kotlin/android/app/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. |\n| [JobService](/reference/kotlin/android/app/job/JobService) | Entry point for the callback from the [android.app.job.JobScheduler](/reference/kotlin/android/app/job/JobScheduler). |\n| [JobServiceEngine](/reference/kotlin/android/app/job/JobServiceEngine) | Helper for implementing a [android.app.Service](../Service.html#) that interacts with [JobScheduler](/reference/kotlin/android/app/job/JobScheduler). |\n| [JobWorkItem](/reference/kotlin/android/app/job/JobWorkItem) | A unit of work that can be enqueued for a job using [JobScheduler.enqueue](/reference/kotlin/android/app/job/JobScheduler#enqueue(android.app.job.JobInfo,%20android.app.job.JobWorkItem)). |\n| [PendingJobReasonsInfo](/reference/kotlin/android/app/job/PendingJobReasonsInfo) | A simple wrapper which includes a timestamp (in millis since epoch) and an array of android. |"]]