---
title: UIScene.ActivationRequestOptions
framework: uikit
role: symbol
role_heading: Class
path: uikit/uiscene/activationrequestoptions
---

# UIScene.ActivationRequestOptions

An object that contains information you want the system to use when activating the session associated with a scene.

## Declaration

```swift
@MainActor class ActivationRequestOptions
```

## Overview

Overview Create a UIScene.ActivationRequestOptions object before you activate or create a scene using the activateSceneSession(for:errorHandler:) (Swift) or activateSceneSessionForRequest:errorHandler: (Objective-C) method of UIApplication. Use this object to specify which of your app’s existing scenes originated the request for the new scene.

## Topics

### Specifying the originator of the request

- [requestingScene](uikit/uiscene/activationrequestoptions/requestingscene.md)

### Specifying collection join behavior

- [collectionJoinBehavior](uikit/uiscene/activationrequestoptions/collectionjoinbehavior.md)
- [UISceneCollectionJoinBehavior](uikit/uiscenecollectionjoinbehavior.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [UIWindowScene.ActivationRequestOptions](uikit/uiwindowscene/activationrequestoptions.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Managing a scene’s life cycle

- [activateSceneSession(for:errorHandler:)](uikit/uiapplication/activatescenesession(for:errorhandler:).md)
- [requestSceneSessionDestruction(_:options:errorHandler:)](uikit/uiapplication/requestscenesessiondestruction(_:options:errorhandler:).md)
- [requestSceneSessionRefresh(_:)](uikit/uiapplication/requestscenesessionrefresh(_:).md)
- [UISceneSessionActivationRequest](uikit/uiscenesessionactivationrequest-swift.struct.md)
- [UISceneDestructionRequestOptions](uikit/uiscenedestructionrequestoptions.md)
