readme.md 621 字节
Newer Older
杜庆泉's avatar
杜庆泉 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# uni-usercapturescreen

用户主动截屏事件监听

### uni.onUserCaptureScreen

监听用户主动截屏事件,用户使用系统截屏按键截屏时触发此事件。

> 使用文档:[https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen](https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen)

### uni.offUserCaptureScreen

用户主动截屏事件。取消事件监听。

> 使用文档:[https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen](https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen)