0.0.5 • Published 1 year ago

capacitor-call-detector v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-call-detector

Detect call status. Now supports only ios. Documentation will be added later

Install

npm install capacitor-call-detector
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


startObserver()

startObserver() => Promise<void>

stopObserver()

stopObserver() => Promise<void>

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago