mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Add AnalyticsScreenTimer and track more screens.
Update Analytics with new methods in MXAnalyticsDelegate.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#import "ContactTableViewCell.h"
|
||||
|
||||
@class ContactsTableViewController;
|
||||
@class AnalyticsScreenTimer;
|
||||
|
||||
/**
|
||||
`ContactsTableViewController` delegate.
|
||||
@@ -119,5 +120,10 @@
|
||||
*/
|
||||
@property (nonatomic, weak) id<ContactsTableViewControllerDelegate> contactsTableViewControllerDelegate;
|
||||
|
||||
/**
|
||||
The screen timer used for analytics if they've been enabled. The default value is nil.
|
||||
*/
|
||||
@property (nonatomic) AnalyticsScreenTimer *screenTimer;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user