device_battery_property_e class abstract

@brief Enumeration for battery property information. @since_tizen 3.0 @remarks If the fuel gauge hardware does not provide average current or average voltage, CURRENT_AVERAGE/VOLTAGE_AVERAGE can be substituted by CURRENT_NOW/VOLTAGE_NOW, respectively.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DEVICE_BATTERY_PROPERTY_CAPACITY → const int
< The battery capacity (0 ~ 100 %)
DEVICE_BATTERY_PROPERTY_CURRENT_AVERAGE → const int
< The average battery current (uA)
DEVICE_BATTERY_PROPERTY_CURRENT_NOW → const int
< The battery current (uA)
DEVICE_BATTERY_PROPERTY_TEMPERATURE → const int
< The battery temperature (`C) (Since 5.0)
DEVICE_BATTERY_PROPERTY_VOLTAGE_AVERAGE → const int
< The average battery voltage (uV) (Since 5.0)
DEVICE_BATTERY_PROPERTY_VOLTAGE_NOW → const int
< The battery voltage (uV) (Since 5.0)