WorkoutAlert
public static func cadence(_ value: Swift.Double, unit: Foundation.UnitFrequency = WorkoutAlertMetric.countPerMinute) -> Self
WorkoutAlert
public static func cadence(_ range: Swift.ClosedRange<Swift.Double>, unit: Foundation.UnitFrequency = WorkoutAlertMetric.countPerMinute) -> Self
WorkoutAlert
public static func heartRate(_ range: Swift.ClosedRange<Swift.Double>, unit: Foundation.UnitFrequency = WorkoutAlertMetric.countPerMinute) -> Self
WorkoutAlert
public static func heartRate(zone: Swift.Int) -> Self
WorkoutAlert
public static func power(_ value: Swift.Double, unit: Foundation.UnitPower) -> Self
WorkoutAlert
public static func power(_ value: Swift.Double, unit: Foundation.UnitPower, metric: WorkoutKit.WorkoutAlertMetric) -> Self
WorkoutAlert
public static func power(_ range: Swift.ClosedRange<Swift.Double>, unit: Foundation.UnitPower) -> Self
WorkoutAlert
public static func power(_ range: Swift.ClosedRange<Swift.Double>, unit: Foundation.UnitPower, metric: WorkoutKit.WorkoutAlertMetric) -> Self
WorkoutAlert
public static func power(zone: Swift.Int) -> Self
WorkoutAlert
public static func speed(_ value: Swift.Double, unit: Foundation.UnitSpeed, metric: WorkoutKit.WorkoutAlertMetric = .current) -> Self
WorkoutAlert
public static func speed(_ range: Swift.ClosedRange<Swift.Double>, unit: Foundation.UnitSpeed, metric: WorkoutKit.WorkoutAlertMetric = .current) -> Self
WorkoutScheduler
final public func requestAuthorization() async -> WorkoutKit.WorkoutScheduler.AuthorizationState