我想在卸载 adobe air 应用程序时触发 JavaScript 代码
我已经使用 javascript 和 html 构建了一个在 Adobe AIR 上运行的应用程序。我想知道应用程序何时被卸载,即当应用程序被卸载时我想触发一个程序正在被卸载的事件。
I have built a application using javascript and html to run on Adobe AIR. I want to know when the application gets un-installed, i.e, when the application get uninstalled i want to fire a event that the program is being uninstalled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AIR 中不支持此功能。没有“卸载”事件。
This is not supported in AIR. There is no "uninstall" event.