mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 14:23:26 +00:00
track page appearing
This commit is contained in:
@@ -30,5 +30,12 @@ namespace Bit.App.Controls
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void OnAppearing()
|
||||||
|
{
|
||||||
|
var googleAnalyticsService = Resolver.Resolve<IGoogleAnalyticsService>();
|
||||||
|
googleAnalyticsService.TrackPage(GetType().Name);
|
||||||
|
base.OnAppearing();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user