UIApplicationLaunchOptionsCloudKitShareMetadataKey

Static UIApplicationLaunchOptionsCloudKitShareMetadataKey 

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

The presence of this key indicates that the app was launched in order to handle a CloudKit sharing invitation. The value of this key is a CKShareMetadata object.

See also Apple’s documentation