mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
MXAnalyticsDelegate: Replace trackLaunchScreenDisplayDuration with new agnostic method
This commit is contained in:
@@ -2418,7 +2418,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
NSLog(@"[AppDelegate] hideLaunchAnimation: LaunchAnimation was shown for %.3fms", duration * 1000);
|
||||
|
||||
// Track it on our analytics
|
||||
[[Analytics sharedInstance] trackLaunchScreenDisplayDuration:duration];
|
||||
[[MXSDKOptions sharedInstance].analyticsDelegate trackDuration:duration
|
||||
category:kMXAnalyticsStartupCategory
|
||||
name:kMXAnalyticsStartupLaunchScreen];
|
||||
|
||||
// TODO: Send durationMs to Piwik
|
||||
// Such information should be the same on all platforms
|
||||
|
||||
Reference in New Issue
Block a user