https://developer.apple.com/documentation/uikit/uiapplication/launchoptionskey
"Keys you use to access values in the launch options dictionary that is passed to your app at initialization time."
앱의 초기화 시점에 앱으로 전달되는 launch 옵션 딕셔너리에서 값에 접근하기 위해 사용하는 키입니다.
struct LaunchOptionsKey
이 키들은 앱 딜리게이트의 application(_:willFinishLaunchingWithOptions:)
, application(_:didFinishLaunchingWithOptions:)
메소드로 전달되는 옵션 딕셔너리에 전달되는 키입니다.