package

androidx.work.impl.constraints.controllers

Interfaces

ConstraintController.OnConstraintUpdatedCallbackA callback for when a constraint changes.

Classes

BatteryChargingControllerA ConstraintController for battery charging events.
BatteryNotLowControllerA ConstraintController for battery not low events.
ConstraintController<T>A controller for a particular constraint.
NetworkConnectedControllerA ConstraintController for monitoring that any usable network connection is available.
NetworkMeteredControllerA ConstraintController for monitoring that the network connection is metered.
NetworkNotRoamingControllerA ConstraintController for monitoring that the network connection is not roaming.
NetworkUnmeteredControllerA ConstraintController for monitoring that the network connection is unmetered.
StorageNotLowControllerA ConstraintController for storage not low events.