1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-27 07:29:42 +01:00

Added AutofillService to GA

This commit is contained in:
Kyle Spearrin 2017-02-05 23:59:43 -05:00
parent 52a866147e
commit 0a3c83288e

View File

@ -44,7 +44,7 @@ namespace Bit.Android.Services
public void TrackExtensionEvent(string eventName, string label = null)
{
throw new NotSupportedException();
TrackEvent("AutofillService", eventName, label);
}
public void TrackEvent(string category, string eventName, string label = null)