Contents

cadence(_:unit:)

Creates a new alert for a range of cadence values.

Declaration

static func cadence(_ range: ClosedRange<Double>, unit: UnitFrequency = WorkoutAlertMetric.countPerMinute) -> Self

Parameters

  • range:

    A closed range representing the cadence’s value.

  • unit:

    The frequency units for the specified range.

See Also

Creating cadence alerts