Tagged Questions

0
votes
0answers
32 views

How to check when Web Session Resumes? (In order to trigger an action)

I have a web app that receives push notifications from the web server. (via Juggernaut) juggernautProcess: (msg) => json = JSON.parse(msg) if json['notification']? notification = ...
0
votes
1answer
300 views

Symbian Power Status Notification

I have an application that uses memory card and I need to do some save/restore state operations when the power of the card reader is turned off and on back again. This usually happens after some time ...