---
title: resumeAssistiveTechnology
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/notification/resumeassistivetechnology
---

# resumeAssistiveTechnology

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

## Declaration

```swift
nonisolated static let resumeAssistiveTechnology: UIAccessibility.Notification
```

## Discussion

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

- [assistiveTouchStatusDidChangeNotification](uikit/uiaccessibility/assistivetouchstatusdidchangenotification.md)
- [guidedAccessStatusDidChangeNotification](uikit/uiaccessibility/guidedaccessstatusdidchangenotification.md)
- [pauseAssistiveTechnology](uikit/uiaccessibility/notification/pauseassistivetechnology.md)
- [UIAccessibility.AssistiveTechnologyIdentifier](uikit/uiaccessibility/assistivetechnologyidentifier.md)
