toggle menu
ActiveSense
androidJvm
switch theme
search in API
app
/
de.hsrm.activesense.model
/
BatteryModel
Battery
Model
data
class
BatteryModel
(
val
type
:
String
=
"STATUS_BATTERY"
,
val
level
:
Int
)
Model representing the current battery level of the watch
Members
Constructors
Battery
Model
Link copied to clipboard
constructor
(
type
:
String
=
"STATUS_BATTERY"
,
level
:
Int
)
Properties
level
Link copied to clipboard
val
level
:
Int
type
Link copied to clipboard
val
type
:
String