Sport

@available(swift 4.0)
public enum Sport : String, Codable

TCX Sport

  • Biking

    Declaration

    Swift

    case biking = "Biking"
  • Running

    Declaration

    Swift

    case running = "Running"
  • Other

    Declaration

    Swift

    case other = "Other"
  • all

    All

    Note

    ActivityGoalsExtension

    Declaration

    Swift

    case all = "All"