mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
Added AutofillService to GA
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Bit.Android.Services
|
|||||||
|
|
||||||
public void TrackExtensionEvent(string eventName, string label = null)
|
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)
|
public void TrackEvent(string category, string eventName, string label = null)
|
||||||
|
|||||||
Reference in New Issue
Block a user