Android.App.Job Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
BackoffPolicyEnumerates values returned by the Android.App.Job.BackoffPolicy.Exponential, Android.App.Job.BackoffPolicy.Linear, and Android.App.Job.JobInfo.BackoffPolicyValue members and taken as a parameter of the Android.App.Job.JobInfo.Builder.SetBackoffCriteria member.
JobInfoContainer of data passed to the Android.App.Job.JobScheduler fully encapsulating the parameters required to schedule work against the calling application.
JobInfo+BuilderDocumentation for this section has not yet been entered.
JobInfo+InterfaceConstsDocumentation for this section has not yet been entered.
JobParametersContains the parameters used to configure/identify your job.
JobParameters+InterfaceConstsDocumentation for this section has not yet been entered.
JobSchedulerThis is an API for scheduling various types of jobs against the framework that will be executed in your application's own process.
JobService
NetworkTypeEnumerates values returned by several types and taken as a parameter of the Android.App.Job.JobInfo.Builder.SetRequiredNetworkType member.