Contents

resumeAssistiveTechnology

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

Declaration

nonisolated static let resumeAssistiveTechnology: UIAccessibility.Notification

Discussion

When posting the notification, specify the assistive app to resume as the parameter. You must post this notification to balance out the previous posting of a pauseAssistiveTechnology notification. Post this notification using the post(notification:argument:) function.

See Also

Assistive apps