Enums
The following enums are available globally.
-
An enumeration of errors that can occur when interacting with a backup.
See moreDeclaration
Swift
public enum BackupError: Error
-
An enumeration of keys present in a backup.
See moreDeclaration
Swift
public enum BackupKey: String
-
An enumeration of units of measurement supported for representing height.
See moreDeclaration
Swift
public enum HeightUnitLength: String
-
An enumeration of ways in which the user can choose to sort the hills within the lists being tracked.
Note
The raw values of this enumeration are the identifiers assigned by the app and are therefore an implementation detail.Declaration
Swift
public enum HillListContentSortingConfiguration: Int
-
An enumeration of ways in which the user can choose to sort the lists of hills being tracked.
See moreDeclaration
Swift
public enum HillListsSortingConfiguration