| Interface | Description |
|---|---|
| JobCreator |
A
JobCreator maps a tag to a specific Job class. |
| JobProxy |
A proxy for each
JobApi. |
| Class | Description |
|---|---|
| Job |
Base class for running delayed jobs.
|
| Job.Params |
Holds several parameters for the
Job execution. |
| JobBootReceiver |
A
BroadcastReceiver rescheduling jobs after a reboot, if the underlying JobApi can't
handle it. |
| JobCreator.AddJobCreatorReceiver |
Abstract receiver to get notified about when
JobCreators need to be added. |
| JobManager |
Entry point for scheduling jobs.
|
| JobProxy.Common | |
| JobRequest |
Holds information about the pending
Job. |
| JobRequest.Builder |
Builder class for constructing JobRequests.
|
| Enum | Description |
|---|---|
| Job.Result | |
| JobRequest.BackoffPolicy | |
| JobRequest.NetworkType |