Android.App.Job.JobInfo Class
Container of data passed to the Android.App.Job.JobScheduler fully encapsulating the parameters required to schedule work against the calling application.

See Also: JobInfo Members

Syntax

[Android.Runtime.Register("android/app/job/JobInfo", DoNotGenerateAcw=true)]
public class JobInfo : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

Container of data passed to the Android.App.Job.JobScheduler fully encapsulating the parameters required to schedule work against the calling application. These are constructed using the NoType:android/app/job/JobInfo$Builder;Href=../../../../reference/android/app/job/JobInfo.Builder.html. You must specify at least one sort of constraint on the JobInfo object that you are creating. The goal here is to provide the scheduler with high-level semantics about the work you want to accomplish. Doing otherwise with throw an exception in your app.

[Android Documentation]

Requirements

Namespace: Android.App.Job
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0