当用户在 Firefox SDK 的通知中按下 "Close" 按钮时如何调用我自己的回调

How to call my own callback when the user presses "Close" button on Firefox SDK's notifications

当用户按下 Firefox SDK notifications 上的 "Close" 按钮时,有什么方法可以调用我自己的回调吗?

没有办法因为SDK does not accept onClose.

您可以创建它 yourself with nsIAlertsService 但这需要 require('chrome')