package

androidx.work.impl.constraints.trackers

Classes

BatteryChargingTrackerTracks whether or not the device's battery is charging.
BatteryNotLowTrackerTracks whether or not the device's battery level is low.
BroadcastReceiverConstraintTracker<T>A ConstraintTracker with a BroadcastReceiver for monitoring constraint changes.
ConstraintTracker<T>A base for tracking constraints and notifying listeners of changes.
NetworkStateTrackerA ConstraintTracker for monitoring network state.
StorageNotLowTrackerTracks whether or not the device's storage is low.
TrackersA singleton class to hold an instance of each ConstraintTracker.