Instance Property インスタンスプロパティ

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. ユーザがある通知に応答する場合、NSUserNotificationCenterDelegateのメソッドuserNotificationCenter(_:didActivate:)はその通知で呼び出されます、activationTypeプロパティはNSUserNotification.ActivationType.repliedに設定されます、そしてこのプロパティはユーザのもつ応答で設定されます。

See Also 参照

Display Information 表示情報