English
makePhoneCall
About 74 wordsLess than 1 minute
2025-12-16
Adapter for phone call capability
Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| opts | Object | Yes | Configuration options object |
| opts.phoneNumber | String | Yes | Phone number |
Return Value
No return value. It directly calls the native phone call capability of the third-party app.
Usage Example
makePhoneCall(opts) {
// Call the native phone call capability of the third-party app
window.xx.makePhoneCall(opts.phoneNumber);
}Native bridge interface provided by the third-party app.
