---
title: unspecified
framework: avkit
role: symbol
role_heading: Type Property
path: avkit/avexperiencecontroller/configuration-swift.struct/placement-swift.struct/unspecified
---

# unspecified

Used as default when no UIScene is specified as a placement.

## Declaration

```swift
static var unspecified: AVExperienceController.Configuration.Placement { get }
```

## Discussion

Discussion Experiences will be placed over the UIScene of the original container. If contained within a UIScene, the system will use that scene as a placement, if possible.

## See Also

### Placements

- [over(scene:)](avkit/avexperiencecontroller/configuration-swift.struct/placement-swift.struct/over(scene:).md)
