JobInfo.MinLatencyMillis Property

Definition

Set for a job that does not recur periodically, to specify a delay after which the job will be eligible for execution.

public virtual long MinLatencyMillis { [Android.Runtime.Register("getMinLatencyMillis", "()J", "GetGetMinLatencyMillisHandler")] get; }
[<get: Android.Runtime.Register("getMinLatencyMillis", "()J", "GetGetMinLatencyMillisHandler")>]
member this.MinLatencyMillis : int64

Property Value

Attributes

Remarks

Set for a job that does not recur periodically, to specify a delay after which the job will be eligible for execution. This value is not set if the job recurs periodically.

Java documentation for android.app.job.JobInfo.getMinLatencyMillis().

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