当不需要截屏监听的时候,就需要移除这个监听了。
iOS
Android
无
// 注册 YISModule.ScreenShot.unregisterScreenshot((error) => { if(error) { // 取消成功 } else { // 取消失败 } });