0

Is there any way to call my own callback when the user presses "Close" button on Firefox SDK's notifications?

FrozenHeart
  • 19,844
  • 33
  • 126
  • 242

1 Answers1

1

There is no way since SDK does not accept onClose.

You could create it yourself with nsIAlertsService but that needs require('chrome')

Community
  • 1
  • 1
minj
  • 2,080
  • 12
  • 10