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

@@ -228,6 +228,7 @@ namespace Bit.iOS.Extension
Constants.AppExtensionOldPasswordKey, password);
}
_googleAnalyticsService.TrackExtensionEvent("AutoFilled", _context.ProviderType);
CompleteRequest(itemData);
}