(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{347:function(t,e,a){"use strict";a.r(e);var i=a(17),l=Object(i.a)({},(function(){var t=this,e=t._self._c;return e("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[e("h3",{attrs:{id:"简介"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#简介"}},[t._v("#")]),t._v(" 简介")]),t._v(" "),e("ul",[e("li",[t._v("该页下的H5-API和APP-SDK的区别在于,H5-API里面的api是移动前端脚手架对APP-SDK的二次封装,里面的方法都挂载到this.$app这个对象上")]),t._v(" "),e("li",[t._v("并且H5-API有大约90%的api底层还是调用了APP-SDK,而APP-SDK的能力都是原生外壳提供,也就是只有在YUMP的外壳底座APP中运行时,才存在这些APP-SDK的方法")]),t._v(" "),e("li",[t._v("所以要使用H5-API的前提是,使用了本产品的移动前端脚手架,并且运行在YUMP的外壳底座APP中,在运行时才有APP-SDK")])]),t._v(" "),e("h3",{attrs:{id:"最佳实践"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#最佳实践"}},[t._v("#")]),t._v(" 最佳实践")]),t._v(" "),e("ul",[e("li",[t._v("通过产品部下发的云打包账号打出app包,安装到测试手机上")]),t._v(" "),e("li",[t._v("通过真机调试方案加载本地工程页面 "),e("RouterLink",{attrs:{to:"/guide/debug/"}},[t._v("真机调试")])],1),t._v(" "),e("li",[t._v("把想用的方法示例代码拷贝到vConsole输入,点OK运行试看效果。或者直接在代码中使用示例代码,真机查看效果")])]),t._v(" "),e("img",{attrs:{src:t.$withBase("/images/guide/vconsole.png"),alt:"vConsole"}}),t._v(" "),e("h3",{attrs:{id:"api-列表"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#api-列表"}},[t._v("#")]),t._v(" API 列表")]),t._v(" "),e("h4",{attrs:{id:"基础"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#基础"}},[t._v("#")]),t._v(" 基础")]),t._v(" "),e("h5",{attrs:{id:"日志打印"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#日志打印"}},[t._v("#")]),t._v(" 日志打印")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/log.html#console"}},[t._v("console")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("向控制台打印日志信息")])])])]),t._v(" "),e("h5",{attrs:{id:"定时器"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#定时器"}},[t._v("#")]),t._v(" 定时器")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/timer.html#setTimeout"}},[t._v("setTimeout")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设定一个定时器。在定时到期以后执行注册的回调函数")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/timer.html#clearTimeout"}},[t._v("clearTimeout")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("取消由 setTimeout 设置的定时器")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/timer.html#setInterval"}},[t._v("setInterval")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设定一个定时器。按照指定的周期(以毫秒计)来执行注册的回调函数")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/timer.html#clearInterval"}},[t._v("clearInterval")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("取消由 setInterval 设置的定时器")])])])]),t._v(" "),e("h4",{attrs:{id:"网络"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#网络"}},[t._v("#")]),t._v(" 网络")]),t._v(" "),e("h5",{attrs:{id:"发起请求"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#发起请求"}},[t._v("#")]),t._v(" 发起请求")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/request/request.html#request"}},[t._v("request")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("发起网络请求")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/request/request.html#doCancel"}},[t._v("doCancel")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("取消网络请求")])])])]),t._v(" "),e("h4",{attrs:{id:"路由与页面跳转"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#路由与页面跳转"}},[t._v("#")]),t._v(" 路由与页面跳转")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#launchH5App"}},[t._v("launchH5App")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("打开新模块中新页面窗口")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#navigateto"}},[t._v("navigateTo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("保留当前页面,跳转到应用内的某个页面,使用uni.navigateBack可以返回到原页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#redirectto"}},[t._v("redirectTo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("关闭当前页面,跳转到应用内的某个页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#switchtab"}},[t._v("switchTab")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#navigateback"}},[t._v("navigateBack")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("关闭当前页面,返回上一页面或多级页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#exitApp"}},[t._v("exitApp")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("退出当前容器")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#popWindow"}},[t._v("popWindow")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("退到根容器")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#openWindow"}},[t._v("openWindow")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("打开一个新的webview页面(仅用于在线文档显示)")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#getContainerStack"}},[t._v("getContainerStack")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取导航栏容器栈信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#getStartupParams"}},[t._v("getStartupParams")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取容器启动参数")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router.html#getAppCustomParams"}},[t._v("getAppCustomParams")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取容器启动业务参数")])])])]),t._v(" "),e("h4",{attrs:{id:"数据缓存"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#数据缓存"}},[t._v("#")]),t._v(" 数据缓存")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#setAPDataStorage"}},[t._v("setAPDataStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("将数据存储在本地运行态中指定的 key 中,会覆盖掉原来该 key 对应的内容。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#getAPDataStorage"}},[t._v("getAPDataStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取存储在本地缓存中指定的 key 中数据")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#removeRunTimeStorage"}},[t._v("removeRunTimeStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除存储在本地缓存中指定的 key 中数据。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#clearApData"}},[t._v("clearApData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除存储在本地缓存中全部数据")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#setAppData"}},[t._v("setAppData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("将数据存储在本地指定的 key 中,会覆盖掉原来该 key 对应的内容。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#getAppData"}},[t._v("getAppData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取存储在本地缓存中指定的 key 中数据。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#removeAppData"}},[t._v("removeAppData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除存储在本地缓存中指定的 key 中数据。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/storage/storage.html#clearStorage"}},[t._v("clearStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除所有存储数据")])])])]),t._v(" "),e("h4",{attrs:{id:"位置"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#位置"}},[t._v("#")]),t._v(" 位置")]),t._v(" "),e("h5",{attrs:{id:"位置信息"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#位置信息"}},[t._v("#")]),t._v(" 位置信息")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#checkGpsOpen"}},[t._v("checkGpsOpen")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("检查gps服务是否开启。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#watchposition"}},[t._v("watchposition")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("监听设备位置变化信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#clearwatch"}},[t._v("clearwatch")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("取消监听设备位置变化信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#clearwatchall"}},[t._v("clearwatchall")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("取消所有监听设备位置变化信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#getlocation"}},[t._v("getLocation")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取当前的位置信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#openOtherApp"}},[t._v("openOtherApp")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("打开其他App")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/location/location.html#openLocation"}},[t._v("openLocation")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("App内打开地图")])])])]),t._v(" "),e("h4",{attrs:{id:"媒体"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#媒体"}},[t._v("#")]),t._v(" 媒体")]),t._v(" "),e("h5",{attrs:{id:"图片"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#图片"}},[t._v("#")]),t._v(" 图片")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#takeAlbum"}},[t._v("takeAlbum")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("从系统相册选择文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#takeSingleAlbum"}},[t._v("takeSingleAlbum")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("裁剪图片 (支持拍照裁剪和相册选图裁剪)")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#imageBase64"}},[t._v("imageBase64")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("图片转Base64字符串")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#pickSingleImageWithEdit"}},[t._v("pickSingleImageWithEdit")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("单选并编辑图片")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#previewImage"}},[t._v("previewImage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("预览图片")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/image.html#saveImage"}},[t._v("saveImage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("保存图片到相册")])])])]),t._v(" "),e("h5",{attrs:{id:"相机组件控制"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#相机组件控制"}},[t._v("#")]),t._v(" 相机组件控制")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/camera-context.html#takePicture"}},[t._v("takePicture")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用拍照")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/camera-context.html#takeVideo"}},[t._v("takeVideo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用录制视频")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/camera-context.html#getCamera"}},[t._v("getCamera")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取摄像头管理对象")])])])]),t._v(" "),e("h5",{attrs:{id:"音频录制与播放"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#音频录制与播放"}},[t._v("#")]),t._v(" 音频录制与播放")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#createRecorder"}},[t._v("createRecorder")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建当前设备的录音对象")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#start"}},[t._v("start")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("开始音频录制")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#pause"}},[t._v("pause")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("暂停音频录制")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#resume"}},[t._v("resume")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("恢复音频录制")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#stop"}},[t._v("stop")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("结束音频录制")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#getAudioInfo"}},[t._v("getAudioInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("根据录音批次号获取录音信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#createPlayer"}},[t._v("createPlayer")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建音频播放对象")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#start"}},[t._v("start")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("开始音频播放")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#pause"}},[t._v("pause")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("暂停音频播放")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#resume"}},[t._v("resume")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("恢复音频播放")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/media/audio.html#stop"}},[t._v("stop")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("结束音频播放")])])])]),t._v(" "),e("h4",{attrs:{id:"设备"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#设备"}},[t._v("#")]),t._v(" 设备")]),t._v(" "),e("h5",{attrs:{id:"系统信息"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#系统信息"}},[t._v("#")]),t._v(" 系统信息")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getSystemInfo"}},[t._v("getSystemInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取系统信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getBuild"}},[t._v("getBuild")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取版本信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getAppversion"}},[t._v("getAppversion")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取版本号")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getH5OffPkgsVersion"}},[t._v("getH5OffPkgsVersion")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取本地离线包的版本号")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getUUID"}},[t._v("getUUID")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取UUID")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getVID"}},[t._v("getVID")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取VID")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getGUID"}},[t._v("getGUID")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取GUID")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getLauncherPram"}},[t._v("getLauncherPram")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取app启动参数")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#setClipboardData"}},[t._v("setClipboardData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置剪切板内容")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getClipboardData"}},[t._v("getClipboardData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取剪切板内容")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#clearClipboardData"}},[t._v("clearClipboardData")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("移除剪切板内容")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#openNativeSetting"}},[t._v("openNativeSetting")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("跳转到设置中心")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#capture"}},[t._v("capture")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("截屏")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#setBadgeNumber"}},[t._v("setBadgeNumber")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置应用桌面小红点数量")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getBadgeNumber"}},[t._v("getBadgeNumber")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取应用桌面小红点数量")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#playSystemVoice"}},[t._v("playSystemVoice")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("震动或播放系统音效")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#setScreenBrightness"}},[t._v("setScreenBrightness")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置屏幕亮度")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getScreenBrightness"}},[t._v("getScreenBrightness")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取屏幕亮度")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#allowScreenShot"}},[t._v("allowScreenShot")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("允许系统截屏")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#disableScreenShot"}},[t._v("disableScreenShot")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("禁止系统截屏")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getOrientation"}},[t._v("getOrientation")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取应用横竖屏状态")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getSafeAreaInsets"}},[t._v("getSafeAreaInsets")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取安全区域信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getWifiOpenStatus"}},[t._v("getWifiOpenStatus")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取应用的wifi开启状态")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#setKeepScreenOn"}},[t._v("setKeepScreenOn")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置是否保持常亮状态")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#onUserCaptureScreen"}},[t._v("onUserCaptureScreen")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("监听用户主动截屏事件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#offUserCaptureScreen"}},[t._v("offUserCaptureScreen")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("移除截屏监听事件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#scanCode"}},[t._v("scanCode")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("二维码扫码")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#createQRCodeImage"}},[t._v("createQRCodeImage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("生成二维码")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#showSoftKeybord"}},[t._v("showSoftKeybord")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示系统键盘,IOS不支持")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#hideSoftKeybord"}},[t._v("hideSoftKeybord")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("隐藏系统键盘")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#onKeyboardHeightChange"}},[t._v("onKeyboardHeightChange")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("监听系统键盘高度")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#offKeyboardHeightChange"}},[t._v("offKeyboardHeightChange")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("注销系统键盘高度的监听")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#showPwdkey"}},[t._v("showPwdkey")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示安全键盘")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#hidePwdkey"}},[t._v("hidePwdkey")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("隐藏密码键盘")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#sendWithSystem"}},[t._v("sendWithSystem")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("分享到微信")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getshareservices"}},[t._v("getshareservices")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取分享服务")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#aes"}},[t._v("aes")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("aes加解密")])])])]),t._v(" "),e("h5",{attrs:{id:"拨打电话"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#拨打电话"}},[t._v("#")]),t._v(" 拨打电话")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/phone.html#makePhoneCall"}},[t._v("makePhoneCall")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用拨打电话功能")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/phone.html#pickAddressBook"}},[t._v("pickAddressBook")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("选取手机通讯录联系人信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/phone.html#getAddressBook"}},[t._v("getAddressBook")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取系统通讯录")])])])]),t._v(" "),e("h5",{attrs:{id:"网络状态"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#网络状态"}},[t._v("#")]),t._v(" 网络状态")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/network.html#getNetworkType"}},[t._v("getNetworkType")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取网络类型。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/network.html#getIpAddress"}},[t._v("getIpAddress")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取本地网络ip")])])])]),t._v(" "),e("h5",{attrs:{id:"多语言"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#多语言"}},[t._v("#")]),t._v(" 多语言")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/language.html#setAppLanguage"}},[t._v("setAppLanguage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置app的语言")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/language.html#getAppLanguage"}},[t._v("getAppLanguage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取app的语言")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/language.html#getSupportLanguageList"}},[t._v("getSupportLanguageList")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取app支持的语言")])])])]),t._v(" "),e("h4",{attrs:{id:"webview"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#webview"}},[t._v("#")]),t._v(" webview")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#createWebview"}},[t._v("createWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建webView")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#openWebview"}},[t._v("openWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建并显示webView")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#showWebview"}},[t._v("showWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示webView")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#pushNewWebview"}},[t._v("pushNewWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("推入新的webview")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#closeWebview"}},[t._v("closeWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("关闭webview")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#reloadWebview"}},[t._v("reloadWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("重新加载页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#getWebviewById"}},[t._v("getWebviewById")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("根据id获取webview对象")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#getAllWebview"}},[t._v("getAllWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取所有webview对象")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#closeSelfWebview"}},[t._v("closeSelfWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("关闭当前webview")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#onWebview"}},[t._v("onWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("注册事件监听")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#emitWebview"}},[t._v("emitWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("触发事件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/webview/webview.html#offWebview"}},[t._v("offWebview")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("移除事件监听")])])])]),t._v(" "),e("h4",{attrs:{id:"文件管理"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#文件管理"}},[t._v("#")]),t._v(" 文件管理")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#upload"}},[t._v("upload")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件上传")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#pause"}},[t._v("pause")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件上传暂停")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#resume"}},[t._v("resume")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件上传恢复")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#uploadEnumerate"}},[t._v("uploadEnumerate")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件上传查询")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#abort"}},[t._v("abort")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件上传取消")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#uploadClear"}},[t._v("uploadClear")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除上传任务")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#download"}},[t._v("download")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件下载")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#pause"}},[t._v("pause")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件下载暂停")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#resume"}},[t._v("resume")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件下载恢复")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#downloadEnumerate"}},[t._v("downloadEnumerate")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件下载查询")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#abort"}},[t._v("abort")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文件下载取消")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#downloadClear"}},[t._v("downloadClear")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除下载任务")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#convertLocalFileSystemURL"}},[t._v("convertLocalFileSystemURL")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("本地扩展相对路径转换成平台绝对路径")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#convertAbsoluteFileSystem"}},[t._v("convertAbsoluteFileSystem")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("平台绝对路径转换成本地扩展相对路径")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#requestFileSystem"}},[t._v("requestFileSystem")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("请求本地扩展文件系统")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#resolveLocalFileSystemURL"}},[t._v("resolveLocalFileSystemURL")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("快速获取指定的目录或文件操作对象")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#moveTo"}},[t._v("moveTo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("移动本地文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#copyTo"}},[t._v("copyTo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("复制本地文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#remove"}},[t._v("remove")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除本地文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#getMetadata"}},[t._v("getMetadata")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取目录/文件的属性")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#getFileListMetadata"}},[t._v("getFileListMetadata")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取目录的属性")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#getFileDigestInfo"}},[t._v("getFileDigestInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取文件摘要信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#getDirectory"}},[t._v("getDirectory")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建子目录")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#getFile"}},[t._v("getFile")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#compress"}},[t._v("compress")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("压缩生成Zip文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#decompress"}},[t._v("decompress")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("解压缩Zip文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/io/io.html#compressImage"}},[t._v("compressImage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("图片压缩转换")])])])]),t._v(" "),e("h4",{attrs:{id:"通知中心"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#通知中心"}},[t._v("#")]),t._v(" 通知中心")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#sendSMS"}},[t._v("sendSMS")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("发送短信")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#createMessage"}},[t._v("createMessage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建本地消息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#getAllMessage"}},[t._v("getAllMessage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取所有消息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#removeMessage"}},[t._v("removeMessage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除指定消息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#clearMessage"}},[t._v("clearMessage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除通知中心的消息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#getClientInfo"}},[t._v("getClientInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取客户端推送标识信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#setAutoNotification"}},[t._v("setAutoNotification")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置程序是否将消息显示在系统消息中心")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#setAlias"}},[t._v("setAlias")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("绑定推送别名")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/notify/notify.html#deleteAlias"}},[t._v("deleteAlias")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除推送别名")])])])]),t._v(" "),e("h4",{attrs:{id:"原生路由"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#原生路由"}},[t._v("#")]),t._v(" 原生路由")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/router/router.html#openNativePage"}},[t._v("openNativePage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("打开一个原生页面")])])])]),t._v(" "),e("h4",{attrs:{id:"手势管理"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#手势管理"}},[t._v("#")]),t._v(" 手势管理")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/gesture/gesture.html#openUnlock"}},[t._v("openUnlock")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("打开手势页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/gesture/gesture.html#currentGesture"}},[t._v("currentGesture")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取当前用户手势信息")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/gesture/gesture.html#clearGestureErrorTimes"}},[t._v("clearGestureErrorTimes")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("重置当前用户手势输入错误次数")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/gesture/gesture.html#closeUnlock"}},[t._v("closeUnlock")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("关闭手势页面")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/gesture/gesture.html#clearGestureInfo"}},[t._v("clearGestureInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("删除当前用户的手势信息")])])])]),t._v(" "),e("h4",{attrs:{id:"数据中心"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#数据中心"}},[t._v("#")]),t._v(" 数据中心")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#setAPDataStorage"}},[t._v("setAPDataStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("保存数据")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#getAPDataStorage"}},[t._v("getAPDataStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取数据")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#removeAPDataStorage"}},[t._v("removeAPDataStorage")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("移除数据")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#meteringCacheRange"}},[t._v("meteringCacheRange")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置文件缓存目录")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#calculateCache"}},[t._v("calculateCache")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取文件缓存大小")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/dataBase/dataBase.html#clearCache"}},[t._v("clearCache")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("清除文件缓存")])])])]),t._v(" "),e("h4",{attrs:{id:"生物识别"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#生物识别"}},[t._v("#")]),t._v(" 生物识别")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#getDeviceBiometrics"}},[t._v("getDeviceBiometrics")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取当前设备支持的生物识别类型")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#fingerPrintVerification"}},[t._v("fingerPrintVerification")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("进行生物识别(指纹/面容)验证")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/system/info.html#updateTouchIdInfo"}},[t._v("updateTouchIdInfo")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("更新本的生物识别信息")])])])]),t._v(" "),e("h4",{attrs:{id:"事件监听"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#事件监听"}},[t._v("#")]),t._v(" 事件监听")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/event/event.html#APPEnterForeground"}},[t._v("APPEnterForeground")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("app进入前台监听触发。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/event/event.html#APPEnterBackground"}},[t._v("APPEnterBackground")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("app进入后台时触发监听。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/event/event.html#containerAppear"}},[t._v("containerAppear")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("app内页面切换到当前页面显示时,触发监听。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/event/event.html#containerDisappear"}},[t._v("containerDisappear")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("app内离开当前页面时,触发监听。")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/event/event.html#pageOnBackResume"}},[t._v("pageOnBackResume")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("页面返回时,触发监听。")])])])]),t._v(" "),e("h4",{attrs:{id:"界面"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#界面"}},[t._v("#")]),t._v(" 界面")]),t._v(" "),e("h5",{attrs:{id:"交互反馈"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#交互反馈"}},[t._v("#")]),t._v(" 交互反馈")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#showloading"}},[t._v("showLoading")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示加载提示框")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#hideloading"}},[t._v("hideLoading")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("隐藏提示框")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#sdktoast"}},[t._v("sdktoast")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用外壳弱提示框")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#openDoc"}},[t._v("openDoc")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("文档预览")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#openFile"}},[t._v("openFile")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用第三方程序打开指定的文件")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#openWeb"}},[t._v("openWeb")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("使用内置Webview窗口打开URL")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#openURL"}},[t._v("openURL")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("调用第三方程序打开指定的URL,(iOS使用safari打开)")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#appFinish"}},[t._v("appFinish")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("退出app")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#setMenuBadge"}},[t._v("setMenuBadge")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置右上角按钮badge")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#actionSheet"}},[t._v("actionSheet")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("从页面底部弹出的选择框")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/prompt.html#existApp"}},[t._v("existApp")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("是否安装某app")])])])]),t._v(" "),e("h5",{attrs:{id:"设置导航条"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#设置导航条"}},[t._v("#")]),t._v(" 设置导航条")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/navigationbar.html#interceptBackEvent"}},[t._v("interceptBackEvent")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("开启导航栏返回按钮拦截")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/navigationbar.html#releaseInterceptBackEvent"}},[t._v("releaseInterceptBackEvent")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("释放导航栏返回按钮拦截")])])])]),t._v(" "),e("h5",{attrs:{id:"设置tabbar"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#设置tabbar"}},[t._v("#")]),t._v(" 设置TabBar")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#setTitle"}},[t._v("setTitle")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置导航栏标题")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#settabbarstyle"}},[t._v("setTitleBarColor")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置导航栏背景颜色")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#setBarBottomLineColor"}},[t._v("setBarBottomLineColor")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置导航栏底部线条颜色")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#setTitleVisible"}},[t._v("setTitleVisible")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示/隐藏导航栏")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#setOptionMenu"}},[t._v("setOptionMenu")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置导航栏右上角按钮")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#hideOptionMenu"}},[t._v("hideOptionMenu")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("隐藏导航栏右上角按钮")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#showOptionMenu"}},[t._v("showOptionMenu")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示导航栏右上角按钮")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#showFloatMenu"}},[t._v("showFloatMenu")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("显示气泡菜单")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/tabbar.html#getStatusBarHeight"}},[t._v("getStatusBarHeight")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取状态栏高度")])])])]),t._v(" "),e("h5",{attrs:{id:"设置statebar"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#设置statebar"}},[t._v("#")]),t._v(" 设置stateBar")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/stateBar.html#setStatusBarStyle"}},[t._v("setStatusBarStyle")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("设置顶部状态栏样式(电磁条部分)")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/ui/stateBar.html#getStatusBarStyle"}},[t._v("getStatusBarStyle")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("获取顶部状态栏样式(电磁条部分)")])])])]),t._v(" "),e("h4",{attrs:{id:"日历"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#日历"}},[t._v("#")]),t._v(" 日历")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/calender/calender.html#createaccount"}},[t._v("createAccount")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建日历")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/calender/calender.html#createalarm"}},[t._v("createAlarm")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建事件")])])])]),t._v(" "),e("h4",{attrs:{id:"水印"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#水印"}},[t._v("#")]),t._v(" 水印")]),t._v(" "),e("table",[e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"left"}},[t._v("API")]),t._v(" "),e("th",{staticStyle:{"text-align":"left"}},[t._v("说明")])])]),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/watermark/watermark.html#addWaterMark"}},[t._v("addWaterMark")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建日历")])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"left"}},[e("RouterLink",{attrs:{to:"/api/watermark/watermark.html#removeWaterMark"}},[t._v("removeWaterMark")])],1),t._v(" "),e("td",{staticStyle:{"text-align":"left"}},[t._v("创建事件")])])])])])}),[],!1,null,null,null);e.default=l.exports}}]);