MXAnalyticsDelegate: Replace trackLaunchScreenDisplayDuration with new agnostic method

This commit is contained in:
manuroe
2020-11-05 09:44:18 +01:00
parent df286a127c
commit da8c7f2ae9
3 changed files with 3 additions and 19 deletions
-7
View File
@@ -53,11 +53,4 @@
*/
- (void)dispatch;
/**
Track how long the launch screen has been displayed to the end user.
@param seconds the duration in seconds.
*/
- (void)trackLaunchScreenDisplayDuration: (NSTimeInterval)seconds;
@end