1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

Added manual display method to GA service. AutoFilled event for extension.

This commit is contained in:
Kyle Spearrin
2016-08-04 08:46:53 -04:00
parent d80735028c
commit dd633d4fc1
4 changed files with 16 additions and 3 deletions

View File

@@ -8,5 +8,6 @@
void TrackExtensionEvent(string eventName, string label = null);
void TrackEvent(string category, string eventName, string label = null);
void TrackException(string message, bool fatal);
void Dispatch();
}
}