SportProfile

public enum SportProfile : Int
extension PolarExerciseSession.SportProfile: CaseIterable

Supported sport profiles.

  • Undocumented

    Declaration

    Swift

    case unknown = 0
  • Undocumented

    Declaration

    Swift

    case running = 1
  • Undocumented

    Declaration

    Swift

    case cycling = 2
  • Undocumented

    Declaration

    Swift

    case otherOutdoor = 16
  • Undocumented

    Declaration

    Swift

    public static func from(id: Int) -> PolarExerciseSession.SportProfile
  • Undocumented

    Declaration

    Swift

    public var displayName: String { get }
  • Declaration

    Swift

    public static var allCases: [`Self`] { get }