---
title: none
framework: groupactivities
role: symbol
role_heading: Type Property
path: groupactivities/sceneassociationbehavior/none
---

# none

A behavior that doesn’t match any scenes to the activity.

## Declaration

```swift
static let none: SceneAssociationBehavior
```

## Mentioned in

Adding spatial Persona support to an activity

## Discussion

Discussion Choose this option when you don’t want the system to associate one of your scenes with the SharePlay activity. You might choose this option when you handle an activity separately from your app’s scenes.

## See Also

### Getting the scene-association options

- [default](groupactivities/sceneassociationbehavior/default.md)
- [content(_:)](groupactivities/sceneassociationbehavior/content(_:).md)
