<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibility/Notification/resumeAssistiveTechnology",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIAccessibilityResumeAssistiveTechnologyNotification"
  },
  "title" : "resumeAssistiveTechnology"
}
-->

# resumeAssistiveTechnology

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

```
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`](/documentation/UIKit/UIAccessibility/Notification/pauseAssistiveTechnology) notification. Post this notification using the [`post(notification:argument:)`](/documentation/UIKit/UIAccessibility/post(notification:argument:)) function.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)