Contents

pauseAssistiveTechnology

A notification that pauses an assistive app’s operations temporarily.

Declaration

nonisolated static let pauseAssistiveTechnology: UIAccessibility.Notification

Discussion

When posting the notification, specify the assistive app to pause as the parameter. For example, you might want to pause scanning in Switch Control while your app is playing an animation. You must balance this notification by posting a resumeAssistiveTechnology notification to resume the assistive app’s operations. Post this notification using the post(notification:argument:) function.

See Also

Assistive apps