BatteryLevel

data class BatteryLevel(val percent: Int) : GlassesEvent

Remaining battery level reported by the glasses, as a percentage in 0..100.

Constructors

Link copied to clipboard
constructor(percent: Int)

Properties

Link copied to clipboard