API Differences in HealthKit in macOS 15.1

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in HealthKit in the macOS 15.1 SDK.

Table of Contents

Classes

HKAudiogramSensitivityTest
HKAudiogramSensitivityPointClampingRange

Functions & Methods

HKAudiogramSample
+ (nonnull instancetype)audiogramSampleWithSensitivityPoints:(nonnull NSArray<HKAudiogramSensitivityPoint *> *)sensitivityPoints startDate:(nonnull NSDate *)startDate endDate:(nonnull NSDate *)endDate device:(nullable HKDevice *)device metadata:(nullable NSDictionary<NSString *,id> *)metadata;
HKAudiogramSensitivityPoint
+ (nullable instancetype)sensitivityPointWithFrequency:(nonnull HKQuantity *)frequency tests:(nonnull NSArray<HKAudiogramSensitivityTest *> *)tests error:(NSError * _Nullable * _Nullable)errorOut;

Properties & Constants

HKAudiogramSensitivityPoint
@property(nonatomic, copy, readonly) NSArray<HKAudiogramSensitivityTest *> * _Nonnull tests;