Contents

UISceneSessionActivationRequest

A collection of properties that you use to request activation of a scene.

Declaration

@interface UISceneSessionActivationRequest : NSObject

Overview

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 and configure a UISceneSessionActivationRequest object in your code, then you pass it as a parameter when you call activateSceneSessionForRequest:errorHandler: to ask the system to activate the scene session.

Topics

Creating a request

Managing request details

See Also

Managing a scene’s life cycle