UIApplicationOpenURLOptionsOpenInPlaceKey

Static UIApplicationOpenURLOptionsOpenInPlaceKey 

Source
pub unsafe static UIApplicationOpenURLOptionsOpenInPlaceKey: &'static UIApplicationOpenURLOptionsKey
👎Deprecated: Use UIScene lifecycle and UISceneOpenURLOptions.openInPlace 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 bool NSNumber. Copy the file before use if this value is NO, or is not present.

See also Apple’s documentation