0.0.1 • Published 11 months ago

logezy-sms-manager v0.0.1

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

logezy-sms-manager

Logezy sms manager is to send sms from android mobile device in background.

Install

npm install logezy-sms-manager
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


sendSms(...)

sendSms(options: { number: string; message: string; }) => Promise<void>
ParamType
options{ number: string; message: string; }

0.0.1

11 months ago