MXAnalyticsDelegate: Replace trackLaunchScreenDisplayDuration with new agnostic method

This commit is contained in:
manuroe
2020-11-05 09:44:18 +01:00
parent 1aa00e04c3
commit e653524b26
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