OfflineExerciseStartResultType

public enum OfflineExerciseStartResultType

Represents the possible outcomes when attempting to start an offline exercise session on a supported Polar device.

  • Exercise started successfully.

    Declaration

    Swift

    case success
  • An exercise is already ongoing on the device.

    Declaration

    Swift

    case exerciseOngoing
  • Device battery level is too low to start exercise.

    Declaration

    Swift

    case lowBattery
  • Device is currently in SDK mode and cannot start exercise.

    Declaration

    Swift

    case sdkMode
  • Provided sport profile is not recognized by the device.

    Declaration

    Swift

    case unknownSport
  • Any other unspecified result.

    Declaration

    Swift

    case other