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

response

The response with which the user responded to a notification. それでユーザが通知に応答した応答。

Declaration 宣言

@property(nullable, readonly, copy) NSAttributedString *response;

Discussion 議論

When the user responds to a notification, the NSUserNotificationCenterDelegate method userNotificationCenter:didActivateNotification: is called with the notification, the activationType property set to NSUserNotificationActivationTypeReplied, and this property is set with the user’s response. ユーザがある通知に応答する場合、NSUserNotificationCenterDelegateのメソッドuserNotificationCenter:didActivateNotification:はその通知で呼び出されます、activationTypeプロパティはNSUserNotificationActivationTypeRepliedに設定されます、そしてこのプロパティはユーザのもつ応答で設定されます。

See Also 参照

Display Information 表示情報