cordova-plugin-voiceit
Advanced tools
Comparing version 1.1.9 to 1.2.0
{ | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"name": "cordova-plugin-voiceit", | ||
@@ -4,0 +4,0 @@ "cordova_name": "VoiceItCordova", |
@@ -7,2 +7,6 @@ function VoiceItCordova() {} | ||
VoiceItCordova.prototype.deleteUser = function(options, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "VoiceItCordova", "deleteUser", [options.developerID, options.email, options.password]); | ||
}; | ||
VoiceItCordova.prototype.createUser = function(options, successCallback, errorCallback) { | ||
@@ -24,2 +28,6 @@ cordova.exec(successCallback, errorCallback, "VoiceItCordova", "createUser", [options.developerID, options.email, options.password, options.firstName, options.lastName]); | ||
VoiceItCordova.prototype.deleteEnrollment = function(options, successCallback, errorCallback) { | ||
cordova.exec(successCallback, errorCallback, "VoiceItCordova", "deleteEnrollment", [options.developerID, options.email, options.password, options.enrollmentId]); | ||
}; | ||
VoiceItCordova.prototype.authentication = function(options, successCallback, errorCallback) { | ||
@@ -26,0 +34,0 @@ cordova.exec(successCallback, errorCallback, "VoiceItCordova", "authentication", [options.developerID, options.email, options.password, options.accuracy, options.accuracyPasses, options.accuracyPassIncrement, options.confidence]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114500
29