PolarSpo2TestData

public struct PolarSpo2TestData : Encodable

Model for SPO2 test data retrieved from a Polar device.

  • SpO2 classification

    See more

    Declaration

    Swift

    public enum Spo2Class : Int, Encodable
  • Trigger type that initiated the SPO2 test

    See more

    Declaration

    Swift

    public enum Spo2TestTriggerType : Int, Encodable
  • SPO2 test completion status

    See more

    Declaration

    Swift

    public enum Spo2TestStatus : Int, Encodable
  • Deviation of a measurement from the user’s baseline

    See more

    Declaration

    Swift

    public enum DeviationFromBaseline : Int, Encodable

Properties