cordova-plugin-voice-intent

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i cordova-plugin-voice-intent

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

16.3 kB

Total Files

9

Last publish

Collaborators

  • themattray