mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
MESSENGER-4821 add dimension for decryption error tracking
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user