---
title: guidedAccessStatusDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiaccessibility/guidedaccessstatusdidchangenotification
---

# guidedAccessStatusDidChangeNotification

A notification that indicates when a Guided Access session starts or ends.

## Declaration

```swift
nonisolated static let guidedAccessStatusDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion This notification doesn’t include a parameter. Observe this notification using the default notification center. Use the isGuidedAccessEnabled property to determine whether the Guided Access setting is enabled.

## See Also

### Assistive apps

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