Contents

priority

A priority level that can help an assistive app determine how to handle the corresponding notification.

Declaration

static let priority: NSAccessibility.NotificationUserInfoKey

Discussion

An example of using this key is VoiceOver which decides whether to speak an announcement immediately or after the current speech has finished. For a list of possible values, see NSAccessibilityPriorityLevel.

See Also

Constants