Battery Profile
data class BatteryProfile @JvmOverloads constructor(batteryCapacity: Float, remainingCapacity: Float, batteryChargingThreshold: Float, batteryFullChargeThreshold: Float, batteryMinimumReserveThreshold: Float, chargingCurve: Map<Double, Double>) : Parcelable
Content copied to clipboard
Constructors
BatteryProfile
Link copied to clipboard
Functions
Properties
batteryCapacity
Link copied to clipboard
batteryChargingThreshold
Link copied to clipboard
batteryFullChargeThreshold
Link copied to clipboard
batteryMinimumReserveThreshold
Link copied to clipboard
chargingCurve
Link copied to clipboard
remainingCapacity
Link copied to clipboard