mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 13:13:28 +00:00
basic autofill
This commit is contained in:
@@ -41,6 +41,11 @@ namespace Bit.Android.Services
|
||||
TrackEvent("AutofillService", eventName, label);
|
||||
}
|
||||
|
||||
public void TrackExtensionEvent(string eventName, string label = null)
|
||||
{
|
||||
TrackExtensionEvent(eventName, label);
|
||||
}
|
||||
|
||||
public void TrackEvent(string category, string eventName, string label = null)
|
||||
{
|
||||
var builder = new HitBuilders.EventBuilder();
|
||||
|
||||
Reference in New Issue
Block a user