Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.82 KB

README.md

File metadata and controls

76 lines (53 loc) · 1.82 KB

capacitor-plugin-phone-call

a phone call plugin for Capacitor3, apply for IOS/Android

Install

npm install capacitor-plugin-phone-call
npx cap sync

eg:

import { PhoneCall } from "capacitor-plugin-phone-call";

PhoneCall.start({ phone: "10086" });

···

API

start(...)

start(options: PhoneCallOptions) => any
Param Type
options PhoneCallOptions

Returns: any


Interfaces

PhoneCallOptions

Prop Type
phone string

SucessCallBack

Prop Type
msg string