mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
More GA event tracking throughout. Added dispatch when ios app is backgrounded.
This commit is contained in:
@@ -87,9 +87,10 @@ namespace Bit.Android.Services
|
||||
}
|
||||
}
|
||||
|
||||
public void Dispatch()
|
||||
public void Dispatch(Action completionHandler = null)
|
||||
{
|
||||
_instance.DispatchLocalHits();
|
||||
completionHandler?.Invoke();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user