mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
More GA event tracking throughout. Added dispatch when ios app is backgrounded.
This commit is contained in:
@@ -62,9 +62,12 @@ namespace Bit.iOS.Core.Services
|
||||
_tracker.Send(dict);
|
||||
}
|
||||
|
||||
public void Dispatch()
|
||||
public void Dispatch(Action completionHandler = null)
|
||||
{
|
||||
Gai.SharedInstance.Dispatch();
|
||||
Gai.SharedInstance.Dispatch((result) =>
|
||||
{
|
||||
completionHandler?.Invoke();
|
||||
});
|
||||
}
|
||||
|
||||
private void SetUserId()
|
||||
|
||||
Reference in New Issue
Block a user