1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-12 22:33:25 +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

@@ -62,6 +62,11 @@ namespace Bit.iOS.Core.Services
_tracker.Send(dict);
}
public void Dispatch()
{
Gai.SharedInstance.Dispatch();
}
private void SetUserId()
{
if(_setUserId && _authService.IsAuthenticated)