Health
- 
                  
                  A enumeration used for namespacing health measurement types. See moreDeclarationSwift public enum HealthMeasurement
- 
                  
                  A protocol that all phantom measurement types under HealthMeasurementshould conform to.DeclarationSwift public protocol HealthMeasurementType
- 
                  
                  DeclarationSwift public struct HealthSampleMeasurement<MeasurementType> where MeasurementType : HealthMeasurementTypeextension HealthSampleMeasurement: Encodable
- 
                  
                  The type of a Health sample, such as “Water” or “Vitamin C”. See moreDeclarationSwift public struct HealthSampleType<MeasurementType> : RawRepresentable, Encodable where MeasurementType : HealthMeasurementType
- 
                  
                  The unit of a Health sample, such as “liters” or “fl oz (US)”. See moreDeclarationSwift public struct HealthSampleUnit<MeasurementType> : RawRepresentable, Encodable where MeasurementType : HealthMeasurementType
 View on GitHub
View on GitHub Health  Reference
        Health  Reference