Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 17, 2024 17:41
Show Gist options
  • Save vs-mobiletools-engineering-service2/fad255758b7149442714cdf73ef8791a to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/fad255758b7149442714cdf73ef8791a to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.dll

Namespace HealthKit

Type Changed: HealthKit.HKCategoryTypeIdentifier

Added value:

SleepApneaEvent = 68,

Type Changed: HealthKit.HKQuantityTypeIdentifier

Added value:

AppleSleepingBreathingDisturbances = 119,

New Type: HealthKit.HKAppleSleepingBreathingDisturbances

public static class HKAppleSleepingBreathingDisturbances {
	// methods
	public static HKAppleSleepingBreathingDisturbancesClassification? GetClassification (HKQuantity value);
	public static HKQuantity GetMinimumQuantity (HKAppleSleepingBreathingDisturbancesClassification classification);
}

New Type: HealthKit.HKAppleSleepingBreathingDisturbancesClassification

[Serializable]
public enum HKAppleSleepingBreathingDisturbancesClassification {
	Elevated = 1,
	NotElevated = 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment