<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/userinfo-dictionary-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "UserInfo Dictionary Keys"
}
-->

# UserInfo Dictionary Keys

Use these keys to access the representation types of pasteboard items that you add to, or remove from, a pasteboard.

## Topics

### Constants

[`UIPasteboardChangedTypesAddedKey`](/documentation/UIKit/UIPasteboard/changedTypesAddedUserInfoKey)

With the notification named [`changedNotification`](/documentation/UIKit/UIPasteboard/changedNotification), use this key to access the added representation types. These types are stored as an array in the notification’s `userInfo` dictionary.

[`UIPasteboardChangedTypesRemovedKey`](/documentation/UIKit/UIPasteboard/changedTypesRemovedUserInfoKey)

With the notification named [`changedNotification`](/documentation/UIKit/UIPasteboard/changedNotification), use this key to access the removed representation types. These types are stored as an array in the notification’s `userInfo` dictionary.



---

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)