监听小游戏隐藏到后台事件。锁屏、按 HOME 键退到桌面等操作会触发此事件。
this.onHideCallback = () => { this.content.string += `\nOnHide callback` }; ks.onHide(this.onHideCallback);