UISceneSessionActivationRequest
A collection of properties that you use to request activation of a scene.
Declaration
struct UISceneSessionActivationRequestOverview
A UISceneSessionActiviationRequest object provides information about how to activate a scene session. Create a request to specify:
A user activity for the scene session.
An existing scene session.
A scene session with a specific role.
You create a UISceneSessionActivationRequest object in your code, then you pass it as a parameter when you call activateSceneSession(for:errorHandler:) to ask the system to activate the scene session.