Is there any way I can respond to the application close event? You must Login before you can answer or comment on any questions. Is there any event that I can respond to when the application is closed? I want to send a message to the server, informing the user closed the app 1 Answer Try this codeTi.App.addEventListener('pause',function(e) { // do code here });Can see details here Your Answer Think you can help? Login to answer this question!
Is there any event that I can respond to when the application is closed? I want to send a message to the server, informing the user closed the app