toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.service
/
Measurement
/
Weight
Weight
data
class
Weight
(
val
weight
:
Double
,
val
zonedDateTime
:
ZonedDateTime
?
,
val
userId
:
Int
?
,
val
bmi
:
Double
?
,
val
height
:
Double
?
)
:
Measurement
Represents a weight measurement.
Members
Constructors
Weight
Link copied to clipboard
constructor
(
weight
:
Double
,
zonedDateTime
:
ZonedDateTime
?
,
userId
:
Int
?
,
bmi
:
Double
?
,
height
:
Double
?
)
Properties
bmi
Link copied to clipboard
val
bmi
:
Double
?
height
Link copied to clipboard
val
height
:
Double
?
user
Id
Link copied to clipboard
val
userId
:
Int
?
weight
Link copied to clipboard
val
weight
:
Double
zoned
Date
Time
Link copied to clipboard
val
zonedDateTime
:
ZonedDateTime
?