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 dca7739b19
commit 296f444b9e
42 changed files with 513 additions and 42 deletions
@@ -80,6 +80,8 @@
// Assign itself as delegate
self.contactsTableViewControllerDelegate = self;
self.screenTimer = [[AnalyticsScreenTimer alloc] initWithScreen:AnalyticsScreenStartChat];
}
- (void)viewDidLoad