Add AnalyticsScreenTimer and track more screens.

Update Analytics with new methods in MXAnalyticsDelegate.
This commit is contained in:
Doug
2021-12-02 14:25:45 +00:00
parent b7a4e5c0d3
commit 47348b7f34
42 changed files with 513 additions and 42 deletions
@@ -17,6 +17,8 @@
#import "MatrixKit.h"
@class AnalyticsScreenTimer;
/**
`HomeFilesSearchViewController` displays the files search in user's rooms under a `HomeViewController` segment.
*/
@@ -27,4 +29,9 @@
*/
@property (nonatomic, readonly) MXEvent *selectedEvent;
/**
The screen timer used for analytics if they've been enabled. The default value is nil.
*/
@property (nonatomic) AnalyticsScreenTimer *screenTimer;
@end