Skip to content

didi110296/capacitor-sms-watcher

 
 

Repository files navigation

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; }>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.9%
  • Swift 18.8%
  • Ruby 12.4%
  • TypeScript 9.2%
  • Objective-C 8.6%
  • JavaScript 6.1%