@mtr-ionic/tune-analytics
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -257,6 +257,6 @@ import { IonicNativePlugin } from '@ionic-native/core'; | ||
/** | ||
* @param {boolean} tuneEvent | ||
* @param {object} tuneEvent | ||
* @returns {Promise<any>} Returns a promise resolving in result of subscribing to a topic | ||
*/ | ||
measureEvent(tuneEvent: boolean): Promise<any>; | ||
measureEvent(tuneEvent: object): Promise<any>; | ||
/** | ||
@@ -263,0 +263,0 @@ * @param {string} hookId |
@@ -293,3 +293,3 @@ var __extends = (this && this.__extends) || (function () { | ||
/** | ||
* @param {boolean} tuneEvent | ||
* @param {object} tuneEvent | ||
* @returns {Promise<any>} Returns a promise resolving in result of subscribing to a topic | ||
@@ -699,3 +699,3 @@ */ | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", [Boolean]), | ||
__metadata("design:paramtypes", [Object]), | ||
__metadata("design:returntype", Promise) | ||
@@ -702,0 +702,0 @@ ], TuneAnalytics.prototype, "measureEvent", null); |
{ | ||
"name": "@mtr-ionic/tune-analytics", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
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
103347