Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
23f623d4
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
23f623d4
编写于
6月 15, 2022
作者:
O
openharmony_ci
提交者:
Gitee
6月 15, 2022
浏览文件
操作
浏览文件
下载
差异文件
!5283 【OpenHarmony开源贡献者计划2022】[中文] API表达准确性及规范性
Merge pull request !5283 from king_he/0611-b
上级
d93d9aee
3ac3d3af
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
7 addition
and
6 deletion
+7
-6
zh-cn/application-dev/reference/apis/js-apis-call.md
zh-cn/application-dev/reference/apis/js-apis-call.md
+7
-6
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-call.md
浏览文件 @
23f623d4
# 拨打电话
# 拨打电话
call模块提供呼叫管理功能,包括拨打电话、跳转到拨号界面、获取通话状态、格式化电话号码等。
如需订阅通话状态请使用
[
`observer.on('callStateChange')`
](
js-apis-observer.md#observeroncallstatechange
)
。
>**说明:**
>**说明:**
>
>
>本模块首批接口从API version 6开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
>本模块首批接口从API version 6开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
该模块提供呼叫管理功能,包括拨打电话、跳转到拨号界面、获取通话状态、格式化电话号码等。
如需订阅通话状态请使用
[
`observer.on('callStateChange')`
](
js-apis-observer.md#observeroncallstatechange
)
。
## 导入模块
## 导入模块
...
@@ -418,7 +419,7 @@ formatPhoneNumber\(phoneNumber: string, options?: NumberFormatOptions\): Promise
...
@@ -418,7 +419,7 @@ formatPhoneNumber\(phoneNumber: string, options?: NumberFormatOptions\): Promise
格式化电话号码,可设置格式化参数。使用Promise异步回调。
格式化电话号码,可设置格式化参数。使用Promise异步回调。
电话号码格式化后为标准数字字串,例如:
”138 xxxx xxxx“、”0755 xxxx xxxx“
。
电话号码格式化后为标准数字字串,例如:
“138 xxxx xxxx”、“0755 xxxx xxxx”
。
**系统能力**
:SystemCapability.Telephony.CallManager
**系统能力**
:SystemCapability.Telephony.CallManager
...
@@ -546,7 +547,7 @@ promise.then(data => {
...
@@ -546,7 +547,7 @@ promise.then(data => {
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ------ | ------ | ---- | ---------------------------------------------- |
| ------ | ------ | ---- | ---------------------------------------------- |
| slotId | number | 否 | 卡槽ID:
<br/>
- 卡槽1
为
`0`
。
<br/>
- 卡槽2为
`1`
。 |
| slotId | number | 否 | 卡槽ID:
<br/>
- 卡槽1
:
`0`
。
<br/>
- 卡槽2:
`1`
。 |
## NumberFormatOptions<sup>7+</sup>
## NumberFormatOptions<sup>7+</sup>
...
@@ -556,4 +557,4 @@ promise.then(data => {
...
@@ -556,4 +557,4 @@ promise.then(data => {
| 参数名 | 类型 | 必填 | 说明 |
| 参数名 | 类型 | 必填 | 说明 |
| ----------- | ------ | ---- | ---------------------------------------------------------- |
| ----------- | ------ | ---- | ---------------------------------------------------------- |
| countryCode | string | 否 | 国家码,支持所有国家的国家码,如:中国(CN)。默认为:CN。 |
| countryCode | string | 否 | 国家码,支持所有国家的国家码,如:CN(中国)。默认为:CN。 |
\ No newline at end of file
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录