JobInfo.MaxBackoffDelayMillis Field

Definition

Maximum backoff we allow for a job, in milliseconds.

[Android.Runtime.Register("MAX_BACKOFF_DELAY_MILLIS")]
public const long MaxBackoffDelayMillis = 18000000;
[<Android.Runtime.Register("MAX_BACKOFF_DELAY_MILLIS")>]
val mutable MaxBackoffDelayMillis : int64

Field Value

Value = 18000000

Implements

Attributes

Remarks

Maximum backoff we allow for a job, in milliseconds.

Java documentation for android.app.job.JobInfo.MAX_BACKOFF_DELAY_MILLIS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to