Enumerations
The following enumerations are available globally.
-
A type that provides a set of constants for the app’s theme/styling.
See moreDeclaration
Swift
enum Theme
-
A collection of constants used throughout the app.
See moreDeclaration
Swift
enum Constants
-
Wrapper for the database container.
See moreDeclaration
Swift
enum Database
-
Undocumented
See moreDeclaration
Swift
enum DatabaseMigration : SchemaMigrationPlan
-
Undocumented
See moreDeclaration
Swift
enum SchemaV1 : VersionedSchema
-
Undocumented
See moreDeclaration
Swift
enum SchemaV2 : VersionedSchema
-
Undocumented
See moreDeclaration
Swift
enum SchemaV3 : VersionedSchema
-
Undocumented
See moreDeclaration
Swift
enum SchemaV4 : VersionedSchema
-
Undocumented
See moreDeclaration
Swift
enum GaugeAlertCriteria : String, Codable, CustomStringConvertible, CaseIterable
-
Light-weight “feature flags” for enabling/disabling features in the app. TODO: Look into alternatives like LaunchDarkly or something free and open-source.
See moreDeclaration
Swift
enum FeatureFlags
-
A helper class for gauge-related operations
See moreDeclaration
Swift
enum GaugeHelper
-
Undocumented
See moreDeclaration
Swift
enum PointOfInterestHelper
-
Undocumented
See moreDeclaration
Swift
enum ScreenDimensions
-
A service for initializing Datadog RUM (Real User Monitoring) and Crash Reporting). See Datadog iOS for more information.
See moreDeclaration
Swift
enum DatadogService
-
A service for managing permissions.
See moreDeclaration
Swift
enum PermissionsService
-
The metric used to measure a gauge reading value (e.g. CFS, Feet, etc.)
See moreDeclaration
Swift
enum GaugeMetric : String, Codable, CaseIterable, Equatable
-
The status of a network request or expensive operation like loading a ton of data from disk.
See moreDeclaration
Swift
enum RequestStatus : Equatable
-
Undocumented
See moreDeclaration
Swift
enum TemperatureUnit : String, CaseIterable
-
Undocumented
See moreDeclaration
Swift
enum GaugeSearchSheetDedents