HealthEvent.Type
public final class HealthEvent.Type
Health event types.
Summary
Public fields |
|
|---|---|
static final @NonNull HealthEvent.Type |
Health Event signifying the device detected that the user fell. |
static final @NonNull HealthEvent.Type |
The Health Event is unknown, or is represented by a value too new for this library version to parse. |
Public methods |
|
|---|---|
boolean |
|
final int |
getId()Returns a unique identifier for the |
final @NonNull String |
getName()Returns a human readable name to represent this |
int |
hashCode() |
@NonNull String |
toString() |
Public fields
FALL_DETECTED
public static final @NonNull HealthEvent.Type FALL_DETECTED
Health Event signifying the device detected that the user fell.
UNKNOWN
public static final @NonNull HealthEvent.Type UNKNOWN
The Health Event is unknown, or is represented by a value too new for this library version to parse.