| Promise<boolean> | Promise used to return the result. The value **true** indicates that the contact ID is in the local address book, and the value **false** indicates the opposite.|
| Promise<boolean> | Promise used to return the result. The value **true** indicates that the contact ID is in the local address book, and the value **false** indicates the opposite.|
...
@@ -316,6 +329,7 @@ Checks whether a contact is included in my card. This API uses an asynchronous c
...
@@ -316,6 +329,7 @@ Checks whether a contact is included in my card. This API uses an asynchronous c
| Promise<boolean> | Promise used to return the result. The value **true** indicates that the contact is included in my card, and the value **false** indicates the opposite.|
| Promise<boolean> | Promise used to return the result. The value **true** indicates that the contact is included in my card, and the value **false** indicates the opposite.|
...
@@ -377,6 +393,7 @@ Queries my card. This API uses an asynchronous callback to return the result.
...
@@ -377,6 +393,7 @@ Queries my card. This API uses an asynchronous callback to return the result.
@@ -561,7 +569,7 @@ Obtains the handle of the network specified by **netSpecifier**.
...
@@ -561,7 +569,7 @@ Obtains the handle of the network specified by **netSpecifier**.
| netSpecifier | [NetSpecifier](#netspecifier) | No | Network specifier. If this parameter is not set, the default network is used. |
| netSpecifier | [NetSpecifier](#netspecifier) | No | Network specifier. If this parameter is not set, the default network is used. |
| timeout | number | No | Timeout interval for obtaining the network specified by **netSpecifier**. This parameter is valid only when **netSpecifier** is set.|
| timeout | number | No | Timeout interval for obtaining the network specified by **netSpecifier**. This parameter is valid only when **netSpecifier** is set.|