JobInfo.MinFlexMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query the minimum flex time allowed for periodic scheduled jobs.
public static long MinFlexMillis { [Android.Runtime.Register("getMinFlexMillis", "()J", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMinFlexMillis", "()J", "", ApiSince=24)>]
static member MinFlexMillis : int64
Property Value
The minimum available flex time for scheduling periodic jobs, in milliseconds.
- Attributes
Remarks
Query the minimum flex time allowed for periodic scheduled jobs. Attempting to declare a shorter flex time than this when scheduling such a job will result in this amount as the effective flex time for the job.
Java documentation for android.app.job.JobInfo.getMinFlexMillis()
.
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.