0.0.4 • Published 3 years ago
leitor-sms-capacitor v0.0.4
leitor-sms-capacitor
Ler Sms automaticamente
Install
npm install leitor-sms-capacitor
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
startListening(...)
startListening(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
stopListening(...)
stopListening(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>