0.0.1 • Published 11 months ago
logezy-sms-manager v0.0.1
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; }>
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; } |
0.0.1
11 months ago