Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
程序yang
unidocs-zh
提交
506b489e
U
unidocs-zh
项目概览
程序yang
/
unidocs-zh
与 Fork 源项目一致
Fork自
DCloud / unidocs-zh
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
506b489e
编写于
7月 18, 2022
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: getSystemSetting、getAppAuthorizeSetting
上级
b6e58be9
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
20 addition
and
10 deletion
+20
-10
docs/api/system/getappauthorizesetting.md
docs/api/system/getappauthorizesetting.md
+16
-6
docs/api/system/getsystemsetting.md
docs/api/system/getsystemsetting.md
+4
-4
未找到文件。
docs/api/system/getappauthorizesetting.md
浏览文件 @
506b489e
...
...
@@ -21,7 +21,7 @@
|notificationAlertAuthorized|'authorized'/'denied'/'not determined'/'config error'|允许通知带有提醒的开关|App 端仅 iOS(10.0+)支持|
|notificationBadgeAuthorized|'authorized'/'denied'/'not determined'/'config error'|允许通知带有标记的开关|App 端仅 iOS(10.0+)支持|
|notificationSoundAuthorized|'authorized'/'denied'/'not determined'/'config error'|允许通知带有声音的开关|App 端仅 iOS(10.0+)支持|
|phoneCalendarAuthorized|'authorized'/'denied'/'not determined'
/'config error'
|允许读写日历的开关|App 端不支持|
|phoneCalendarAuthorized|'authorized'/'denied'/'not determined'|允许读写日历的开关|App 端不支持|
#### 不推荐使用的返回参数,仅为兼容保留
|locationReducedAccuracy|boolean|模糊定位。true 表示模糊定位,false 表示精确定位 |App 端仅 iOS 支持|
...
...
@@ -32,11 +32,21 @@
-
`'denied'`
:表示请求授权被拒绝,无法再次请求授权;(此情况需要引导用户打开系统设置,在设置页中打开权限)
-
`'non determined'`
:表示尚未请求授权,会在App下一次调用系统相应权限时请求;(仅 iOS 会出现。此种情况下引导用户打开系统设置,不展示开关)
-
`'config error'`
:
-
bluetoothAuthorized:iOS平台没有在
`manifest.json -> App模块配置`
中配置
`BlueTooth(低功耗蓝牙)`
模块则会返回该值
-
cameraAuthorized:Android平台没有授予
`android.permission.CAMERA`
权限则会返回该值
-
locationAuthorized:Android平台没有授予
`android.permission.ACCESS_COARSE_LOCATION`
权限则会返回该值。iOS平台没有在
`manifest.json -> App模块配置`
中配置
`Geolocation(定位)`
模块则会返回该值
-
microphoneAuthorized:Android平台没有授予
`android.permission.RECORD_AUDIO`
权限则会返回该值
-
notificationAuthorized、notificationAlertAuthorized、notificationBadgeAuthorized、notificationSoundAuthorized:iOS平台没有在
`manifest.json -> App模块配置`
中配置
`Push(推送)`
模块则会返回该值
-
bluetoothAuthorized:
-
Android平台不会返回
`config error`
-
iOS平台:表示没有在
`manifest.json -> App模块配置`
中配置
`BlueTooth(低功耗蓝牙)`
模块则会返回该值
-
cameraAuthorized:
-
Android平台:表示没有授予
`android.permission.CAMERA`
权限则会返回该值
-
iOS平台不会返回
`config error`
-
locationAuthorized:
-
Android平台:表示没有授予
`android.permission.ACCESS_COARSE_LOCATION`
权限则会返回该值
-
iOS平台:表示没有在
`manifest.json -> App模块配置`
中配置
`Geolocation(定位)`
模块则会返回该值
-
microphoneAuthorized:
-
Android平台:表示没有授予
`android.permission.RECORD_AUDIO`
权限则会返回该值
-
iOS平台不会返回
`config error`
-
notificationAuthorized、notificationAlertAuthorized、notificationBadgeAuthorized、notificationSoundAuthorized:
-
Android平台不支持
-
iOS平台:表示没有在
`manifest.json -> App模块配置`
中配置
`Push(推送)`
模块则会返回该值
**示例**
...
...
docs/api/system/getsystemsetting.md
浏览文件 @
506b489e
...
...
@@ -12,10 +12,10 @@
|属性|类型|说明|
|:-|:-|:-|
|bluetoothEnabled|boolean|蓝牙的系统开关。当值为
`false`
时,App端有可能是配置不正确导致,此时会返回
`bluetoothError`
属性描述错误|
|bluetoothError|String/undefined|App
平台模块错误时返回,配置正确时
不返回此属性。详情见下|
|locationEnabled|boolean|地理位置的系统开关。当值为
`false`
时,App端:Android平台是准确的;iOS平台有可能是配置不正确导致,此时会返回
`locationError`
属性描述错误|
|locationError|String/undefined|App
平台模块错误时返回,配置正确时
不返回此属性。详情见下|
|bluetoothEnabled|boolean|蓝牙的系统开关。当值为
`false`
时,App端
:
有可能是配置不正确导致,此时会返回
`bluetoothError`
属性描述错误|
|bluetoothError|String/undefined|App
端没有权限或者模块配置错误时返回,否则
不返回此属性。详情见下|
|locationEnabled|boolean|地理位置的系统开关。当值为
`false`
时,App端:Android平台是准确的;iOS平台有可能是配置不正确导致,此时会返回
`locationError`
属性描述错误
.
|
|locationError|String/undefined|App
端模块配置错误时返回,否则
不返回此属性。详情见下|
|wifiEnabled|boolean|Wi-Fi 的系统开关|
|deviceOrientation|string|设备方向。
`竖屏:portrait`
,
`横屏:landscape`
|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录