Android.App.Job Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
JobInfo |
Container of data passed to the |
JobInfo.Builder |
Builder class for constructing |
JobInfo.InterfaceConsts | |
JobInfo.TriggerContentUri |
Information about a content URI modification that a job would like to trigger on. |
JobInfo.TriggerContentUri.InterfaceConsts | |
JobParameters |
Contains the parameters used to configure/identify your job. |
JobParameters.InterfaceConsts | |
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
|
JobWorkItem.Builder |
Builder class for constructing |
JobWorkItem.InterfaceConsts |
Enums
BackoffPolicy |
Enumerates values returned by the Exponential, Linear, and BackoffPolicyValue members and taken as a parameter of the F:Android.App.Job.JobInfo+Builder.SetBackoffCriteria member. |
JobEndNotificationPolicy | |
JobPriority | |
NetworkType |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.Job.JobInfo+Builder.SetRequiredNetworkType member. |
PendingJobReason | |
StopReason | |
TriggerContentUriFlags |