提交 28dc80d4 编写于 作者: S shawn_he

update doc

Signed-off-by: Nshawn_he <shawn.he@huawei.com>
上级 f3dc146e
...@@ -1864,7 +1864,7 @@ promise.then(data => { ...@@ -1864,7 +1864,7 @@ promise.then(data => {
separateConference\(callId: number, callback: AsyncCallback<void\>\): void separateConference\(callId: number, callback: AsyncCallback<void\>\): void
Disconnects a conference call. This API uses an asynchronous callback to return the result. Separates a conference call. This API uses an asynchronous callback to return the result.
This is a system API. This is a system API.
...@@ -1890,7 +1890,7 @@ call.separateConference(1, (err, data) => { ...@@ -1890,7 +1890,7 @@ call.separateConference(1, (err, data) => {
separateConference\(callId: number\): Promise<void\> separateConference\(callId: number\): Promise<void\>
Disconnects a conference call. This API uses a promise to return the result. Separates a conference call. This API uses a promise to return the result.
This is a system API. This is a system API.
......
...@@ -1888,7 +1888,7 @@ Defines the network search result. ...@@ -1888,7 +1888,7 @@ Defines the network search result.
| Name | Type | Description | | Name | Type | Description |
| ---------------------- | ------------------------------------------------- | -------------- | | ---------------------- | ------------------------------------------------- | -------------- |
| isNetworkSearchSuccess | boolean | Successful network search.| | isNetworkSearchSuccess | boolean | Successful network search.|
| networkSearchResult | Array<[NetworkInformation](#networkInformation)\> | Network search result.| | networkSearchResult | Array<[NetworkInformation](#networkinformation)\> | Network search result.|
## NetworkInformation ## NetworkInformation
...@@ -1902,7 +1902,7 @@ This is a system API. ...@@ -1902,7 +1902,7 @@ This is a system API.
| --------------- | ----------------------------------------- | -------------- | | --------------- | ----------------------------------------- | -------------- |
| operatorName | string | Carrier name.| | operatorName | string | Carrier name.|
| operatorNumeric | string | Carrier number. | | operatorNumeric | string | Carrier number. |
| state | [NetworkInformation](#networkInformation) | Network information status.| | state | [NetworkInformation](#networkinformationstate) | Network information status.|
| radioTech | string | Radio technology. | | radioTech | string | Radio technology. |
## NetworkInformationState ## NetworkInformationState
......
...@@ -1210,7 +1210,7 @@ This is a system API. ...@@ -1210,7 +1210,7 @@ This is a system API.
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ----------- | ------------------------------------------------------------ | ---- | --------- | | ----------- | ------------------------------------------------------------ | ---- | --------- |
| messageType | [MessageType](#messagetype8) | Yes | Message type. | | messageType | [MessageType](#messagetype8) | Yes | Message type. |
| mmsType | [MmsSendReq](#mmssendreq8) \|[MmsSendConf](#mmssendconf8) \|[MmsNotificationInd](#mmsnotificationind8) \|[MmsRespInd](#mmsrespind8) \|[MmsRetrieveConf](#mmsretrieveconf8)\|[MmsAcknowledgeInd](#mmsacknowledgeind8)\|[MmsDeliveryInd](#mmsdeliveryind8)\|[MmsReadOrigInd](#mmsreadorigInd8)\|[MmsReadRecInd](#mmsreadorigind8) | Yes | PDU header type.| | mmsType | [MmsSendReq](#mmssendreq8) \|[MmsSendConf](#mmssendconf8) \|[MmsNotificationInd](#mmsnotificationind8) \|[MmsRespInd](#mmsrespind8) \|[MmsRetrieveConf](#mmsretrieveconf8)\|[MmsAcknowledgeInd](#mmsacknowledgeind8)\|[MmsDeliveryInd](#mmsdeliveryind8)\|[MmsReadOrigInd](#mmsreadorigind8)\|[MmsReadRecInd](#mmsreadrecind8)| Yes | PDU header type.|
| attachment | Array<[MmsAttachment](#mmsattachment8)\> | No | Attachment. | | attachment | Array<[MmsAttachment](#mmsattachment8)\> | No | Attachment. |
## MmsSendReq<sup>8+</sup> ## MmsSendReq<sup>8+</sup>
...@@ -1308,7 +1308,7 @@ This is a system API. ...@@ -1308,7 +1308,7 @@ This is a system API.
| from | [MmsAddress](#mmsaddress8) | No | Source. | | from | [MmsAddress](#mmsaddress8) | No | Source. |
| cc | Array<[MmsAddress](#mmsaddress8)\> | No | Carbon copy. | | cc | Array<[MmsAddress](#mmsaddress8)\> | No | Carbon copy. |
| subject | string | No | Subject. | | subject | string | No | Subject. |
| priority | [MmsPriorityType](#mmsPrioritytype8) | No | Priority. | | priority | [MmsPriorityType](#mmsprioritytype8) | No | Priority. |
| deliveryReport | number | No | Status report.| | deliveryReport | number | No | Status report.|
| readReport | number | No | Read report.| | readReport | number | No | Read report.|
| retrieveStatus | number | No | Retrieval status.| | retrieveStatus | number | No | Retrieval status.|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册