mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
refactor message center use to services
This commit is contained in:
@@ -10,17 +10,13 @@ namespace Bit.Android.Services
|
||||
public class GoogleAnalyticsService : IGoogleAnalyticsService
|
||||
{
|
||||
private readonly GoogleAnalytics _instance;
|
||||
private readonly IAuthService _authService;
|
||||
private readonly Tracker _tracker;
|
||||
|
||||
public GoogleAnalyticsService(
|
||||
Context appContext,
|
||||
IAppIdService appIdService,
|
||||
IAuthService authService,
|
||||
ISettings settings)
|
||||
{
|
||||
_authService = authService;
|
||||
|
||||
_instance = GoogleAnalytics.GetInstance(appContext.ApplicationContext);
|
||||
_instance.SetLocalDispatchPeriod(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user