Type Property
valueChanged
This notification is posted after an accessibility element’s value changes. Post this notification using the post(element:notification:)
function instead of an NSNotificationCenter
instance.
See Also
Notification Names
static let announcementRequested: NSAccessibility.Notification
This notification is posted whenever an accessibility element needs to make an announcement to the user. This notification requires a userInfo
dictionary with the key announcement
and a localized string containing the announcement. To help an assistive app determine the importance of the announcement, add the appropriate priority
to the userInfo
dictionary.