BatteryInfo

data class BatteryInfo : Parcelable

Battery status of the current connected device.

Properties

Link copied to clipboard
val isCharging: Boolean

If the device is currently charging.

Link copied to clipboard
val percentage: Int

Charge percentage from 0 to 100.