pub unsafe static NSApplicationLaunchUserNotificationKey: &'static NSString
Available on crate feature
NSApplication
only.Expand description
The following key is present in the userInfo of NSApplicationDidFinishLaunchingNotification. It will be present if your application was launched because a user activated a notification in the Notification Center. Its value is an NSUserNotification object.
See also Appleās documentation