capacitor-appmetrica
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -11,2 +11,5 @@ declare module '@capacitor/core' { | ||
}): Promise<void>; | ||
setUserProfileID(options: { | ||
id: string; | ||
}): Promise<void>; | ||
} |
export declare class Appmetrica { | ||
private appmetrica; | ||
logEvent(name: string, parameters?: Object): Promise<void>; | ||
setUserProfileID(id: string): Promise<void>; | ||
} |
@@ -10,3 +10,6 @@ import { Plugins } from '@capacitor/core'; | ||
} | ||
setUserProfileID(id) { | ||
return this.appmetrica.setUserProfileID({ id }); | ||
} | ||
} | ||
//# sourceMappingURL=plugin.js.map |
{ | ||
"name": "capacitor-appmetrica", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Capacitor plugin for Appmetrica", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -12,2 +12,5 @@ var capacitorAppmetrica = (function (exports, core) { | ||
} | ||
setUserProfileID(id) { | ||
return this.appmetrica.setUserProfileID({ id }); | ||
} | ||
} | ||
@@ -14,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
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
260321
415