requiresBatteryNotLow property

bool? requiresBatteryNotLow
getter/setter pairinherited

Android only Specify that to run this job, the device's battery level must not be low.

This defaults to false. If true, the job will only run when the battery level is not low, which is generally the point where the user is given a "low battery" warning.

Implementation

bool? requiresBatteryNotLow;