0.0.1 • Published 4 months ago

capacitor-telephony v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

capacitor-telephony

telephony manager scan bts

Install

npm install capacitor-telephony
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getImei()

getImei() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


getMeid()

getMeid() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


getSimSerialNumber()

getSimSerialNumber() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


0.0.1

4 months ago