BatteryInfo

data class BatteryInfo(val level: Int, val isCharging: Boolean)

Constructors

Link copied to clipboard
constructor(level: Int, isCharging: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val level: Int