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