Enum DataSource.Types.RecordingMethod
The method by which the data was recorded.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public enum DataSource.Types.RecordingMethod
Fields
| Name | Description |
|---|---|
| ActivelyMeasured | The data was actively measured by a device. |
| Derived | The data was derived from other data, e.g., by an algorithm in the backend. |
| Manual | The data was manually entered by the user. |
| PassivelyMeasured | The data was passively measured by a device. |
| Unknown | The recording method is unknown. This is set when the data is uploaded from a third party app that does not provide this information. |
| Unspecified | The recording method is unspecified. |