Interface BatteryStatus


public interface BatteryStatus
Represents the current battery status of the Ultralite.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Current battery level, from 0-100.
    boolean
    Charging status.
  • Method Details

    • getLevel

      int getLevel()
      Current battery level, from 0-100.
      Returns:
      battery level
    • isCharging

      boolean isCharging()
      Charging status.
      Returns:
      true if glasses are charging, false otherwise