0.0.6 • Published 2 years ago

leitor-sms v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

leitor-sms

Leitor de sms

Install

npm install leitor-sms
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.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago