Enumerations
The following enumerations are available globally.
-
The
See moreAmbientNoiseMonitorErrorenum describes domain specific errors for theAmbientNoiseMonitorclass.Declaration
Swift
public enum AmbientNoiseMonitorError: Error
-
The
See moreTestSessionStateenum describes the various states a test session can be in.Declaration
Swift
public enum TestSessionState -
The
See moreTestSessionManagerErrorenum describes domain specific errors for theTestSessionManagerclass.Declaration
Swift
public enum TestSessionManagerError: Error
-
The
See moreNetworkErrorenum describes domain specific errors for theNetworkclass.Declaration
Swift
public enum NetworkError: Error
-
The
See moreDecodingErrorenum describes the types of errors that can occur while decoding.Declaration
Swift
public enum DecodingError: Error
-
Represents the method used to determine the result (best test) of a test session.
See moreDeclaration
Swift
public enum BestTestChoice: String -
Represents the Peak Flow measurement zones that doctors use when developing an asthma management plan.
See moreDeclaration
Swift
public enum LungFunctionZone: String -
Represents the various zones of a patient’s respiratory state.
See moreDeclaration
Swift
public enum RespiratoryState: String -
Represents the metrics that can be used to determine the best test of a test session.
See moreDeclaration
Swift
public enum ReferenceMetric: String
-
The various states of the
See moreTestSessionRecorderclass during a recording session.Declaration
Swift
public enum TestRecorderState -
The
See moreTestRecorderErrorenum describes domain specific errors for theTestSessionRecorderclass.Declaration
Swift
public enum TestRecorderError: Error
-
The
See moreTestStatusenum describes the various states an individual lung function test can be in.Declaration
Swift
public enum TestStatus: String
View on GitHub
Enumerations Reference