BatteryStatusLog

  • This documentation details the various battery status enums used for reporting the state of a battery.

  • The enums indicate if the battery is charging, discharging, full, not charging, or low on power, with an additional enum representing an unknown battery status.

Status of the battery, whether full or charging, etc.

Enums
BATTERY_STATUS_LOG_UNSPECIFIED Battery status unknown.
BATTERY_STATUS_LOG_CHARGING Battery is being charged.
BATTERY_STATUS_LOG_DISCHARGING Battery is discharging.
BATTERY_STATUS_LOG_FULL Battery is full.
BATTERY_STATUS_LOG_NOT_CHARGING Battery is not charging.
BATTERY_STATUS_LOG_POWER_LOW Battery is low on power.