pub unsafe static UIApplicationOpenURLOptionsSourceApplicationKey: &'static UIApplicationOpenURLOptionsKey👎Deprecated: Use UIScene lifecycle and UISceneOpenURLOptions.sourceApplication 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 an NSString containing the bundle ID of the originating application; non-nil if the originating
application and this application share the same team identifier.
See also Apple’s documentation