HealthEvent
class HealthEvent
Represents a user's health event.
Summary
Nested types |
|---|
class HealthEvent.TypeHealth event types. |
Public constructors |
|---|
HealthEvent( |
Public properties |
|
|---|---|
Instant |
Returns the time of the health event. |
DataPointContainer |
Gets metrics associated to the event. |
HealthEvent.Type |
Gets the type of event. |
Public constructors
HealthEvent
Added in 1.0.0
HealthEvent(
type: HealthEvent.Type,
eventTime: Instant,
metrics: DataPointContainer
)