0.0.2 • Published 6 years ago

cordova-plugin-voice-intent v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Cordova Siri / Ok Google Adapter

This plugin takes iOS SIRI intent of {send a message using appName} and Ok Google {take a note} with the help of getIntent method.

Usage Example:

 var iOSAndroidIntent = window['cordova'].plugins.iOSAndroidIntent;
 if (typeof iOSAndroidIntent != 'undefined') {
     iOSAndroidIntent.getIntent().then((value) => {
         // handle voice input
     })
     .catch(error => {
         // handle error
     });
 }

Supported Operating Systems:

IOS

Android