Is there any signal that fires , while the user terminating the app. I need to clear the data from database On terminating the App.
I hope that get a proper solution here,
Thanks
Is there any signal that fires , while the user terminating the app. I need to clear the data from database On terminating the App.
I hope that get a proper solution here,
Thanks
void QCoreApplication::aboutToQuit () is the signal you are looking for. Please see https://developer.blackberry.com/native/reference/cascades/qcoreapplication.html#aboutToQuit