UIApplicationLaunchOptionsUserActivityDictionaryKey

Static UIApplicationLaunchOptionsUserActivityDictionaryKey 

Source
pub unsafe static UIApplicationLaunchOptionsUserActivityDictionaryKey: &'static UIApplicationLaunchOptionsKey
👎Deprecated: Use UIScene lifecycle and UIScene.ConnectionOptions.userActivities instead.
Available on crate feature UIApplication only.
Expand description

Key in options dictionary passed to application(_:willFinishLaunchingWithOptions:) and application(_:didFinishLaunchingWithOptions:) and info for UIApplication.didFinishLaunchingNotification. Sub-Dictionary present in launch options when user activity is present.

See also Apple’s documentation