<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/notification-dictionary-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Notification dictionary keys"
}
-->

# Notification dictionary keys

Handle notifications with keys in the user info dictionary.

## Topics

### Notification keys

[`announcementStringValueUserInfoKey`](/documentation/UIKit/UIAccessibility/announcementStringValueUserInfoKey)

The text of the announcement.

[`announcementWasSuccessfulUserInfoKey`](/documentation/UIKit/UIAccessibility/announcementWasSuccessfulUserInfoKey)

A Boolean value that indicates whether the announcement is successful.

[`focusedElementUserInfoKey`](/documentation/UIKit/UIAccessibility/focusedElementUserInfoKey)

The element currently in focus by the assistive app.

[`unfocusedElementUserInfoKey`](/documentation/UIKit/UIAccessibility/unfocusedElementUserInfoKey)

The element previously in focus by the assistive app.

[`assistiveTechnologyUserInfoKey`](/documentation/UIKit/UIAccessibility/assistiveTechnologyUserInfoKey)

The identifier of the assistive app.

[`UIAccessibility.AssistiveTechnologyIdentifier`](/documentation/UIKit/UIAccessibility/AssistiveTechnologyIdentifier)

Identifiers for assistive apps.



---

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)