An object containing information you want the system to use when activating the session associated with a scene.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
class ActivationRequestOptions : NSObject
Overview
Create a UIScene
object before you activate or create a scene using the request
method of UIApplication
. Use this object to specify which of your app's existing scenes originated the request for the new scene.