health library
Classes
- AudiogramHealthValue
- A HealthValue object for audiograms
- ElectrocardiogramHealthValue
- A HealthValue object for ECGs
- ElectrocardiogramVoltageValue
- Single voltage value belonging to a ElectrocardiogramHealthValue
- HealthDataPoint
- A HealthDataPoint object corresponds to a data point capture from GoogleFit or Apple HealthKit with a HealthValue as value.
- HealthFactory
- Main class for the Plugin.
- HealthValue
- NumericHealthValue
- A numerical value from Apple HealthKit or Google Fit such as integer or double. E.g. 1, 2.9, -3
- WorkoutHealthValue
- A HealthValue object for workouts
Enums
- ElectrocardiogramClassification
- HealthDataAccess
- HealthDataType
- List of all available data types.
- HealthDataUnit
- List of all HealthDataUnits.
- HealthWorkoutActivityType
- List of HealthWorkoutActivityTypes. Commented for which platform they are supported
- PlatformType
- A list of supported platforms.
Constants
-
PlatformTypeJsonValue
→ const Map<
PlatformType, String>
Exceptions / Errors
- HealthException
- Custom Exception for the plugin. Used when a Health Data Type is requested, but not available on the current platform.