Type | Reason |
---|---|
BackoffPolicy | Enumerates 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. |
JobInfo | Container of data passed to the Android.App.Job.JobScheduler fully encapsulating the parameters required to schedule work against the calling application. |
JobInfo+Builder | Documentation for this section has not yet been entered. |
JobInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
JobParameters | Contains the parameters used to configure/identify your job. |
JobParameters+InterfaceConsts | Documentation for this section has not yet been entered. |
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 | |
NetworkType | Enumerates values returned by several types and taken as a parameter of the Android.App.Job.JobInfo.Builder.SetRequiredNetworkType member. |