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
const | DefaultInitialBackoffMillis | long (30000). Amount of backoff a job has initially by default, in milliseconds. |
const | MaxBackoffDelayMillis | long (18000000). Maximum backoff we allow for a job, in milliseconds. |