Static NSApplicationLaunchRemoteNotificationKey

Source
pub unsafe static NSApplicationLaunchRemoteNotificationKey: &'static NSString
Available on crate feature NSApplication only.
Expand description

NSApplicationLaunchRemoteNotificationKey is unimplemented. Please use NSApplicationLaunchUserNotificationKey to get the NSUserNotification object. The NSUserNotification object has an isRemote property to indicate whether this application was launched as a result of a remote notification

See also Apple’s documentation