API Differences in WorkoutKit in iOS 17.4

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in WorkoutKit in the iOS 17.4 SDK.

Table of Contents

Functions & Methods

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, metric: WorkoutKit.WorkoutAlertMetric) -> Self

Initializers

PowerRangeAlert
public init(target: Swift.ClosedRange<Foundation.Measurement<Foundation.UnitPower>>, metric: WorkoutKit.WorkoutAlertMetric)
PowerThresholdAlert
public init(target: Foundation.Measurement<Foundation.UnitPower>, metric: WorkoutKit.WorkoutAlertMetric)