API Differences in Accessibility in macOS 15.0

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 Accessibility in the macOS 15.0 SDK.

Table of Contents

Functions & Methods

AccessibilitySettings
public static func openSettings(for feature: Accessibility.AccessibilitySettings.Feature) async throws
extern BOOL AXAssistiveAccessEnabled(void)
extern BOOL AXPrefersNonBlinkingTextInsertionIndicator(void)
extern void AXOpenSettingsFeature(AXSettingsFeature feature, void (^ _Nullable completionHandler)(NSError * _Nullable))

Properties & Constants

AccessibilitySettings
public static var animatedImagesEnabled: Swift.Bool
AccessibilitySettings
public static var animatedImagesEnabledDidChangeNotification: Foundation.Notification.Name
AccessibilitySettings
public static var prefersHorizontalTextLayout: Swift.Bool
AccessibilitySettings
public static var prefersHorizontalTextLayoutDidChangeNotification: Foundation.Notification.Name
AccessibilitySettings
public static var prefersNonBlinkingTextInsertionIndicator: Swift.Bool
extern AXTechnology AXTechnologyVoiceOver
extern AXTechnology AXTechnologySwitchControl
extern AXTechnology AXTechnologyVoiceControl
extern AXTechnology AXTechnologyFullKeyboardAccess
extern AXTechnology AXTechnologySpeakScreen
extern AXTechnology AXTechnologyAutomation
extern AXTechnology AXTechnologyHoverText
extern AXTechnology AXTechnologyZoom
extern NS_SWIFT_NAME(AccessibilitySettings.prefersNonBlinkingTextInsertionIndicatorDidChangeNotification) const NSNotificationName AXPrefersNonBlinkingTextInsertionIndicatorDidChangeNotification

Classes

AXRequest