Is there any way to call my own callback when the user presses "Close" button on Firefox SDK's notifications?
Asked
Active
Viewed 30 times
1 Answers
1
There is no way since SDK does not accept onClose
.
You could create it yourself with nsIAlertsService but that needs require('chrome')