mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
move eventTrack analytics to platform utils
This commit is contained in:
@@ -25,6 +25,7 @@ export abstract class PlatformUtilsService {
|
||||
options?: any) => void;
|
||||
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||
type?: string) => Promise<boolean>;
|
||||
eventTrack: (action: string, label?: string, options?: any) => void;
|
||||
isDev: () => boolean;
|
||||
isSelfHost: () => boolean;
|
||||
copyToClipboard: (text: string, options?: any) => void;
|
||||
|
||||
Reference in New Issue
Block a user