cordova-plugins-logsplugin
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "cordova-plugins-logsplugin", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "www/LogsPlugin.js", |
var exec = require('cordova/exec'); | ||
var logsplugin = { | ||
show:function (arg0, success, error) { | ||
defineURL:function (arg0, success, error) { | ||
exec(success, error, 'logsplugin', 'defineURL', [arg0]); | ||
}, | ||
hide:function (arg0, success, error) { | ||
sendLog:function (arg0, success, error) { | ||
exec(success, error, 'logsplugin', 'sendLog', [arg0]) | ||
@@ -9,0 +9,0 @@ } |
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
9031