Contents

UIScene.ActivationRequestOptions

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

Declaration

@MainActor class ActivationRequestOptions

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

Specifying collection join behavior

See Also

Managing a scene’s life cycle