Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户单击在后台运行应用程序按钮时,我想在后台运行潮汐SDK 应用程序。我怎样才能做到这一点。所以该应用程序没有显示在前面。
潮汐SDK中的这些东西有可能吗?任何实现这一目标的指针都会很棒。
做就是了
win.hide();
哪里win是Ti.UI.UserWindow。当应用程序被隐藏时,它作为后台进程运行:
win
Ti.UI.UserWindow
(背景處理程序指“后台进程”)
背景處理程序