getBatteryCapacity method
from: public int getBatteryCapacity()
Implementation
int getBatteryCapacity() {
return _getBatteryCapacity(
reference.pointer,
_id_getBatteryCapacity as jni$_.JMethodIDPtr,
).integer;
}
from: public int getBatteryCapacity()
int getBatteryCapacity() {
return _getBatteryCapacity(
reference.pointer,
_id_getBatteryCapacity as jni$_.JMethodIDPtr,
).integer;
}