cordova-plugin-appcenter-shared
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "cordova-plugin-appcenter-shared", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Provides Microsoft Azure App Center shared functionality for Cordova", | ||
@@ -30,3 +30,4 @@ "license": "MIT", | ||
"cordova-ios" | ||
] | ||
], | ||
"types": "./types/index.d.ts" | ||
} |
@@ -6,2 +6,6 @@ var exec = require('cordova/exec'); | ||
exec(success, error, "AppCenterShared", "getInstallId", []); | ||
}, | ||
setUserId: function (userId, success, error) { | ||
exec(success, error, "AppCenterShared", "setUserId", [userId]); | ||
} | ||
@@ -8,0 +12,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
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
12679
12
139