<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/Experiences",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC11ExperiencesV"
  },
  "title" : "AVExperienceController.Experiences"
}
-->

# AVExperienceController.Experiences

A structure that represents a collection of experiences to use with an experience controller.

```
@preconcurrency struct Experiences
```

## Overview

When creating, choose between using [`only(_:)`](/documentation/AVKit/AVExperienceController/Experiences/only(_:)) or [`recommended(excluding:including:)`](/documentation/AVKit/AVExperienceController/Experiences/recommended(excluding:including:)). Use [`only(_:)`](/documentation/AVKit/AVExperienceController/Experiences/only(_:)) to specify the list of supported experiences. Use [`recommended(excluding:including:)`](/documentation/AVKit/AVExperienceController/Experiences/recommended(excluding:including:)) to include the default set of experiences appropriate for a given platform.

Experiences can be explicitly included or excluded from this list with the corresponding parameters.

## Topics

### Defining experiences

[`static func only<C>(C) -> AVExperienceController.Experiences`](/documentation/AVKit/AVExperienceController/Experiences/only(_:))

Returns a set of experiences for the provided list.

[`static func recommended<C>(excluding: C, including: C) -> AVExperienceController.Experiences`](/documentation/AVKit/AVExperienceController/Experiences/recommended(excluding:including:))

Returns the recommended set of experiences.

## Relationships

### Conforms To

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

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

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

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

---

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)