Class
HKAudiogramSampleType
A type that identifies samples that contain audiogram data.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Overview
The HKAudiogramSampleType
class is a concrete subclass of the HKObjectType
class. To create an audiogram sample type instance, use the object type’s audiogramSampleType
convenience method.
Use audiogram sample types to:
Request permission to read or write audiogram samples.
Create and share audiogram samples.
Query for audiogram samples.
See Also
Type Objects
HKQuantityType
A type that identifies samples that store numerical values.
HKCategoryType
A type that identifies samples that contain a value from a small set of possible values.
HKSeriesType
A type that indicates the data stored in a series sample.
HKObjectType
The abstract superclass for all classes that identify a specific type of data when working with the HealthKit store.
HKSampleType
An abstract superclass for all classes that identify a specific type of sample when working with the HealthKit store.
HKClinicalType
A type that identifies samples that contain clinical record data.
HKWorkoutType
A type that identifies samples that store information about a workout.