---
title: shareRecipients
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiactivityitemsconfigurationmetadatakey/sharerecipients
---

# shareRecipients

## Declaration

```swift
static let shareRecipients: UIActivityItemsConfigurationMetadataKey
```

## Discussion

Discussion A key for an array of INPerson objects representing recipients who will be filled in by default in the compose view if that sharing app supports it. This might fail to pre-fill correctly if the sharing app chosen by the user can’t recognize the provided person. Also, if a people suggestion is chosen, that suggestion will override this provided value.

## See Also

### Constants

- [title](uikit/uiactivityitemsconfigurationmetadatakey/title.md)
- [messageBody](uikit/uiactivityitemsconfigurationmetadatakey/messagebody.md)
- [linkPresentationMetadata](uikit/uiactivityitemsconfigurationmetadatakey/linkpresentationmetadata.md)
- [collaborationModeRestrictions](uikit/uiactivityitemsconfigurationmetadatakey/collaborationmoderestrictions.md)
