Enums

The following enums are available globally.

  • An enumeration of errors that can occur when interacting with a backup.

    See more

    Declaration

    Swift

    public enum BackupError: Error
  • An enumeration of keys present in a backup.

    See more

    Declaration

    Swift

    public enum BackupKey: String
  • An enumeration of units of measurement supported for representing height.

    See more

    Declaration

    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.
    See more

    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 more

    Declaration

    Swift

    public enum HillListsSortingConfiguration