JobInfo.MinPeriodMillis 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 interval allowed for periodic scheduled jobs.
public static long MinPeriodMillis { [Android.Runtime.Register("getMinPeriodMillis", "()J", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMinPeriodMillis", "()J", "", ApiSince=24)>]
static member MinPeriodMillis : int64
Property Value
The minimum available interval for scheduling periodic jobs, in milliseconds.
- Attributes
Remarks
Query the minimum interval allowed for periodic scheduled jobs. Attempting to declare a smaller period than this when scheduling a job will result in a job that is still periodic, but will run with this effective period.
Java documentation for android.app.job.JobInfo.getMinPeriodMillis()
.
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.