logezy-sms-manager
v0.0.1
Published
Logezy sms manager is to send sms from android mobile device in background.
Readme
logezy-sms-manager
Logezy sms manager is to send sms from android mobile device in background.
Install
npm install logezy-sms-manager
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
sendSms(...)
sendSms(options: { number: string; message: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------------- |
| options | { number: string; message: string; } |
