capacitor-sms-watcher-fork
v1.0.5
Published
The plugin is designed to listen to incoming SMS messages
Downloads
8
Maintainers
Readme
capacitor-sms-watcher-fork
The plugin is designed to listen to incoming SMS messages - forked from @laravelka/csw - now work with capacitor 5+
Install
npm install capacitor-sms-watcher-fork
npx cap sync
API
watch()
watch() => Promise<{ from: string; body: string; }>
Returns: Promise<{ from: string; body: string; }>