https://developer.apple.com/documentation/uikit/uiscene/activationrequestoptions
"An object that contains information you want the system to use when activating the session associated with a scene."
씬과 관련이 있는 세션 활성화 시 시스템이 사용하길 원하는 정보를 포함하는 객체입니다.
@MainActor class ActivationRequestOptions : NSObject
UIApplication
의 requestSceneSessionActivation(_:userActivity:options:errorHandler:)
메소드를 사용해서 씬을 활성화하거나 생성하기 전에 UIScene.ActivationRequestOptions
객체를 생성해야 합니다. 새 씬을 요청한 앱의 기존 씬을 구체화하기 위해 이 객체를 사용하시기 바랍니다.
앱으로부터 씬 및 관련 세션을 영구적으로 삭제하기 위해 UIKit에게 전달하는 객체입니다.
https://developer.apple.com/documentation/uikit/uiscene/uiscenedestructionrequestoptions
https://velog.io/@panther222128/UISceneDestructionRequestOptions