Share via


JobInfo.DefaultInitialBackoffMillis Field

Definition

Amount of backoff a job has initially by default, in milliseconds.

[Android.Runtime.Register("DEFAULT_INITIAL_BACKOFF_MILLIS")]
public const long DefaultInitialBackoffMillis = 30000;
[<Android.Runtime.Register("DEFAULT_INITIAL_BACKOFF_MILLIS")>]
val mutable DefaultInitialBackoffMillis : int64

Field Value

Value = 30000

Implements

Attributes

Remarks

Amount of backoff a job has initially by default, in milliseconds.

Java documentation for android.app.job.JobInfo.DEFAULT_INITIAL_BACKOFF_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