1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

extract analytics to jslib

This commit is contained in:
Kyle Spearrin
2018-01-26 10:35:44 -05:00
parent f8cbf8b247
commit 6f9f1f9a25
4 changed files with 100 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ export abstract class PlatformUtilsService {
launchUri: (uri: string, options?: any) => void;
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
alertError: (title: string, message: string) => void;
getApplicationVersion: () => string;
}