UIApplicationOpenURLOptionsAnnotationKey

Static UIApplicationOpenURLOptionsAnnotationKey 

Source
pub unsafe static UIApplicationOpenURLOptionsAnnotationKey: &'static UIApplicationOpenURLOptionsKey
👎Deprecated: Use UIScene lifecycle and UISceneOpenURLOptions.annotation from a UIOpenURLContext in UIScene.ConnectionOptions.URLContexts instead.
Available on crate feature UIApplication only.
Expand description

An options key for application(_:open:options:). The value is a property-list typed object corresponding to what the originating application passed in UIDocumentInteractionController’s annotation property.

See also Apple’s documentation