提交 f73e6fa7 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng

uni-usercapturescreen 文档更新

上级 b6d2f0d8
## 1.0.4(2023-03-24)
新增开启/关闭防截屏功能
## 1.0.3(2023-03-17)
修复android平台 部分场景下js可能报错的问题
## 1.0.2(2023-03-16)
修复Android平台在小米设备无法监听的问题 修复Android平台调用uni.onUserCaptureScreen必然会触发回调的问题
## 1.0.1(2022-10-27) ## 1.0.1(2022-10-27)
修改插件描述 修改插件描述
## 1.0.0(2022-10-26) ## 1.0.0(2022-10-26)
......
{ {
"id": "uni-usercapturescreen", "id": "uni-usercapturescreen",
"displayName": "uni-usercapturescreen", "displayName": "uni-usercapturescreen",
"version": "1.0.1", "version": "1.0.4",
"description": "用户主动截屏事件监听", "description": "用户主动截屏事件监听",
"keywords": [ "keywords": [
"截屏" "截屏"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.6.0" "HBuilderX": "^3.6.8"
}, },
"dcloudext": { "dcloudext": {
"type": "uts", "type": "uts",
......
...@@ -13,3 +13,9 @@ ...@@ -13,3 +13,9 @@
用户主动截屏事件。取消事件监听。 用户主动截屏事件。取消事件监听。
> 使用文档:[https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen](https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen) > 使用文档:[https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen](https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen)
### uni.setUserCaptureScreen
开启/关闭防截屏。
> 使用文档:[https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen](https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen)
...@@ -47,7 +47,6 @@ export type SetUserCaptureScreenSuccess = { ...@@ -47,7 +47,6 @@ export type SetUserCaptureScreenSuccess = {
export type SetUserCaptureScreenFail = { export type SetUserCaptureScreenFail = {
/** /**
* 错误码 * 错误码
* 0:成功
* 12001:system not support * 12001:system not support
* 12010:system internal error * 12010:system internal error
*/ */
...@@ -109,7 +108,7 @@ export type SetUserCaptureScreenOptions = { ...@@ -109,7 +108,7 @@ export type SetUserCaptureScreenOptions = {
* @param {SetUserCaptureScreenOptions} options * @param {SetUserCaptureScreenOptions} options
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen
* @platforms APP-IOS = ^9.0,APP-ANDROID = ^4.4 * @platforms APP-IOS = ^9.0,APP-ANDROID = ^4.4
* @since 3.7.3 * @since 3.7.7
*/ */
export type SetUserCaptureScreen = (options : SetUserCaptureScreenOptions) => void export type SetUserCaptureScreen = (options : SetUserCaptureScreenOptions) => void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册