Add specific methods to track analytics and test generated event types.

This commit is contained in:
Doug
2021-11-24 10:43:22 +00:00
parent 72f75cc36d
commit 84fdd7585c
12 changed files with 234 additions and 49 deletions
@@ -18,6 +18,7 @@
#import "DecryptionFailure.h"
@class Analytics;
@import MatrixSDK;
@interface DecryptionFailureTracker : NSObject
@@ -32,7 +33,7 @@
/**
The delegate object to receive analytics events.
*/
@property (nonatomic, weak) id<MXAnalyticsDelegate> delegate;
@property (nonatomic, weak) Analytics *delegate;
/**
Report an event unable to decrypt.