Skip to content

TheMattRay/cordova-plugin-voice-intent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.6%
  • Java 25.0%
  • Objective-C 14.4%