Android.App.Job.JobInfo: Field Members

The fields of Android.App.Job.JobInfo are listed below. For a list of all members, see the JobInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
DefaultInitialBackoffMillislong (30000). Amount of backoff a job has initially by default, in milliseconds.
const
MaxBackoffDelayMillislong (18000000). Maximum backoff we allow for a job, in milliseconds.