mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Added track screen events for pages and controller in extension. UserId refresh on login/logout.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public interface IGoogleAnalyticsService
|
||||
{
|
||||
void RefreshUserId();
|
||||
void TrackPage(string pageName);
|
||||
void TrackEvent(string category, string eventName);
|
||||
void TrackException(string message, bool fatal);
|
||||
|
||||
Reference in New Issue
Block a user