UIApplicationOpenURLOptionsEventAttributionKey

Static UIApplicationOpenURLOptionsEventAttributionKey 

Source
pub unsafe static UIApplicationOpenURLOptionsEventAttributionKey: &'static UIApplicationOpenURLOptionsKey
👎Deprecated: Use UIScene lifecycle and UISceneOpenURLOptions.eventAttribution 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 UIEventAttribution to go along with the URL to open.

See also Apple’s documentation