VayRepetition

public struct VayRepetition : VayActivity

Repetition model.

  • The duration of the completed repetition.

    Declaration

    Swift

    public let duration: TimeInterval
  • Array of all feedbacks that occurred during the completed repetition.

    Declaration

    Swift

    public let feedbacks: [VayFeedback]