@movable/cordova-sdk
Advanced tools
Comparing version 1.5.4 to 1.6.0
{ | ||
"name": "@movable/cordova-sdk", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"description": "MovableInk Cordova SDK", | ||
@@ -5,0 +5,0 @@ "types": "./types/index.d.ts", |
@@ -33,6 +33,2 @@ var exec = require('cordova/exec'); | ||
MovableInk.prototype.identifyUser = function () { | ||
exec(function () {}, function (err) {}, "MovableInkClient", "identifyUser", []); | ||
}; | ||
MovableInk.prototype.logEvent = function (name, properties) { | ||
@@ -39,0 +35,0 @@ exec( |
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
26645
145