<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIActivityItemsConfigurationPreviewIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@T@UIActivityItemsConfigurationPreviewIntent"
  },
  "title" : "UIActivityItemsConfigurationPreviewIntent"
}
-->

# UIActivityItemsConfigurationPreviewIntent

A structure that specifies the types of activity item previews.

```
struct UIActivityItemsConfigurationPreviewIntent
```

## Topics

### Constants

[`static let fullSize: UIActivityItemsConfigurationPreviewIntent`](/documentation/UIKit/UIActivityItemsConfigurationPreviewIntent/fullSize)

A full-size preview image.

[`static let thumbnail: UIActivityItemsConfigurationPreviewIntent`](/documentation/UIKit/UIActivityItemsConfigurationPreviewIntent/thumbnail)

A thumbnail preview image.

### Initializers

[`init(String)`](/documentation/UIKit/UIActivityItemsConfigurationPreviewIntent/init(_:))

Creates a preview intent.

[`init(rawValue: String)`](/documentation/UIKit/UIActivityItemsConfigurationPreviewIntent/init(rawValue:))

Creates a preview intent with the specified raw value.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)