NSUserNotificationActivationTypeNone
The user did not interact with the notification alert.
ユーザは、通知アラートと相互作用しませんでした。
NSUserNotificationActivationTypeContentsClicked
The user clicked on the contents of the notification alert.
ユーザは、通知アラートの内容上でクリックしました。
NSUserNotificationActivationTypeActionButtonClicked
The user clicked on the action button of the notification alert.
ユーザは、通知アラートのアクションボタンをクリックしました。
NSUserNotificationActivationTypeReplied
The user replied to the notification.
ユーザは、通知に返信しました。
NSUserNotificationActivationTypeAdditionalActionClicked
The user clicked on the additional action button of the notification alert.
ユーザは、通知アラートの追加アクションボタンをクリックしました。