requiresStorageNotLow property

bool? requiresStorageNotLow
getter/setter pairinherited

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

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

Implementation

bool? requiresStorageNotLow;