Package com.vuzix.ultralite
Interface BatteryStatus
public interface BatteryStatus
Represents the current battery status of the Ultralite.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionint
getLevel()
Current battery level, from 0-100.boolean
Charging status.
-
Method Details
-
getLevel
int getLevel()Current battery level, from 0-100.- Returns:
- battery level
- Since:
- 1.0.0
-
isCharging
boolean isCharging()Charging status.- Returns:
- true if glasses are charging, false otherwise
- Since:
- 1.0.0
-