0.0.4 • Published 1 year ago

leitor-sms-capacitor v0.0.4

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

leitor-sms-capacitor

Ler Sms automaticamente

Install

npm install leitor-sms-capacitor
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


startListening(...)

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

Returns: Promise<{ value: string; }>


stopListening(...)

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

Returns: Promise<{ value: string; }>


0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago