chargingConstraint property

String? chargingConstraint
getter/setter pair

Charging constraint.

Optional. Possible string values are:

  • "CHARGING_CONSTRAINT_UNSPECIFIED" : Unspecified. Default to CHARGING_NOT_REQUIRED.
  • "CHARGING_NOT_REQUIRED" : Device doesn't have to be charging.
  • "INSTALL_ONLY_WHEN_CHARGING" : Device has to be charging.

Implementation

core.String? chargingConstraint;