response
The response with which the user responded to a notification.
Declaration
@NSCopying var response: NSAttributedString? { get }Discussion
When the user responds to a notification, the NSUserNotificationCenterDelegate method userNotificationCenter(_:didActivate:) is called with the notification, the activationType property set to NSUserNotification.ActivationType.replied, and this property is set with the user’s response.