cordova-plugin-dialonce
Advanced tools
Comparing version 2.6.7 to 2.6.8
{ | ||
"name": "cordova-plugin-dialonce", | ||
"version": "2.6.7", | ||
"version": "2.6.8", | ||
"description": "Cordova plugin for Dial Once", | ||
@@ -5,0 +5,0 @@ "cordova": { |
var exec = require('cordova/exec'); | ||
var dialonce = { | ||
isCallInterceptionEnabled: true, | ||
/** | ||
@@ -9,2 +10,7 @@ * Request permissions to ensure the SDK to work properly | ||
exec(null, null, "DialOnce", "requestPermissions", []); | ||
}, | ||
setEnableCallInterception: function(enabled) { | ||
exec(null, null, "DialOnce", "setEnableCallInterception", [enabled]); | ||
this.isCallInterceptionEnabled = enabled; | ||
} | ||
@@ -11,0 +17,0 @@ }; |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
15671
11
69
0
1