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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user