Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
67c10d4b
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
67c10d4b
编写于
10月 23, 2024
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: uts com UTSHarmony
上级
4a524f38
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
134 addition
and
2 deletion
+134
-2
docs/.vuepress/utils/utsComJson.json
docs/.vuepress/utils/utsComJson.json
+1
-1
docs/.vuepress/utils/utsJson.json
docs/.vuepress/utils/utsJson.json
+1
-1
docs/uts/_sidebar.md
docs/uts/_sidebar.md
+1
-0
docs/uts/utsharmony.md
docs/uts/utsharmony.md
+131
-0
未找到文件。
docs/.vuepress/utils/utsComJson.json
浏览文件 @
67c10d4b
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
docs/.vuepress/utils/utsJson.json
浏览文件 @
67c10d4b
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
docs/uts/_sidebar.md
浏览文件 @
67c10d4b
...
...
@@ -46,6 +46,7 @@
*
[
UTSActivityCallback
](
utsactivitycallback.md
)
*
[
UTSiOS
](
utsios.md
)
*
[
UTSiOSHookProxy
](
utsioshookproxy.md
)
*
[
UTSHarmony
](
utsharmony.md
)
*
[
关键字
](
keywords.md
)
*
[
UTS App插件开发
](
../plugin/uts-plugin.md
)
<!-- * [学习资料](learning.md) -->
docs/uts/utsharmony.md
0 → 100644
浏览文件 @
67c10d4b
# UTSHarmony
## 实例方法
### devicePX2px(px)
<!-- UTSJSON.UTSHarmony.devicePX2px.description -->
<!-- UTSJSON.UTSHarmony.devicePX2px.param -->
<!-- UTSJSON.UTSHarmony.devicePX2px.returnValue -->
<!-- UTSJSON.UTSHarmony.devicePX2px.test -->
<!-- UTSJSON.UTSHarmony.devicePX2px.compatibility -->
<!-- UTSJSON.UTSHarmony.devicePX2px.tutorial -->
### exit()
<!-- UTSJSON.UTSHarmony.exit.description -->
<!-- UTSJSON.UTSHarmony.exit.param -->
<!-- UTSJSON.UTSHarmony.exit.returnValue -->
<!-- UTSJSON.UTSHarmony.exit.test -->
<!-- UTSJSON.UTSHarmony.exit.compatibility -->
<!-- UTSJSON.UTSHarmony.exit.tutorial -->
### getCurrentWindow()
<!-- UTSJSON.UTSHarmony.getCurrentWindow.description -->
<!-- UTSJSON.UTSHarmony.getCurrentWindow.param -->
<!-- UTSJSON.UTSHarmony.getCurrentWindow.returnValue -->
<!-- UTSJSON.UTSHarmony.getCurrentWindow.test -->
<!-- UTSJSON.UTSHarmony.getCurrentWindow.compatibility -->
<!-- UTSJSON.UTSHarmony.getCurrentWindow.tutorial -->
### getUIAbilityContext()
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.description -->
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.param -->
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.returnValue -->
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.test -->
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.compatibility -->
<!-- UTSJSON.UTSHarmony.getUIAbilityContext.tutorial -->
### onAppAbilityCreate(callback)
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.description -->
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.param -->
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.returnValue -->
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.test -->
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.compatibility -->
<!-- UTSJSON.UTSHarmony.onAppAbilityCreate.tutorial -->
### onAppAbilityNewWant(callback)
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.description -->
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.param -->
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.returnValue -->
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.test -->
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.compatibility -->
<!-- UTSJSON.UTSHarmony.onAppAbilityNewWant.tutorial -->
### onAppAbilityShare(callback)
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.description -->
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.param -->
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.returnValue -->
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.test -->
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.compatibility -->
<!-- UTSJSON.UTSHarmony.onAppAbilityShare.tutorial -->
### onAppAbilityWindowStageCreate(callback)
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.description -->
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.param -->
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.returnValue -->
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.test -->
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.compatibility -->
<!-- UTSJSON.UTSHarmony.onAppAbilityWindowStageCreate.tutorial -->
### requestSystemPermission(permissions, success?, fail?)
<!-- UTSJSON.UTSHarmony.requestSystemPermission.description -->
<!-- UTSJSON.UTSHarmony.requestSystemPermission.param -->
<!-- UTSJSON.UTSHarmony.requestSystemPermission.returnValue -->
<!-- UTSJSON.UTSHarmony.requestSystemPermission.test -->
<!-- UTSJSON.UTSHarmony.requestSystemPermission.compatibility -->
<!-- UTSJSON.UTSHarmony.requestSystemPermission.tutorial -->
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录