I have function Called SaveDateAndTime();
This function store date and time inside my application in Localstorage
,
But my question, when Pushwoosh notifications Occurred, can I invoke my function SaveDateAndTime()
even my application is not running? and save date and time in LocalStorage
?
Please note :SaveDateAndTime()
this function inside my application .