capacitor-plugin-phone-call
v2.0.0
Published
a native phone call plugin for Capacitor
Downloads
277
Readme
capacitor-plugin-phone-call
a native phone call plugin for Capacitor
Install
npm install capacitor-plugin-phone-call
npx cap sync
eg:
import { PhoneCall } from "capacitor-plugin-phone-call";
PhoneCall.call({ phone: "10086" });
API
call(...)
call(options: CallOptions) => Promise<void>
| Param | Type |
| ------------- | --------------------------------------------------- |
| options
| CallOptions |
Interfaces
CallOptions
| Prop | Type |
| ----------- | ------------------- |
| phone
| string |