MESSENGER-4821 add dimension for decryption error tracking

This commit is contained in:
JanNiklas Grabowski
2023-10-11 15:07:07 +02:00
parent 7312ad09ad
commit 77705a42ae
5 changed files with 19 additions and 12 deletions

View File

@@ -20,6 +20,7 @@
@class Analytics;
@import MatrixSDK;
@class BWIAnalyticsHelper;
@interface DecryptionFailureTracker : NSObject
@@ -44,8 +45,9 @@
@param event the event.
@param roomState the room state when the event was received.
@param userId my user id.
@param deviceCount room device count.
*/
- (void)reportUnableToDecryptErrorForEvent:(MXEvent*)event withRoomState:(MXRoomState*)roomState myUser:(NSString*)userId;
- (void)reportUnableToDecryptErrorForEvent:(MXEvent*)event withRoomState:(MXRoomState*)roomState myUser:(NSString*)userId roomDeviceCount:(NSInteger)deviceCount;
/**
Flush current data.