MXProfiles: Track time to display a message from its notification

This commit is contained in:
manuroe
2020-11-11 22:49:46 +01:00
parent b8f578a933
commit 4e84d8b2ec
4 changed files with 31 additions and 0 deletions
+6
View File
@@ -18,6 +18,12 @@
#import <MatrixSDK/MatrixSDK.h>
// Metrics related to notifications
FOUNDATION_EXPORT NSString *const AnalyticsNoficationsCategory;
FOUNDATION_EXPORT NSString *const AnalyticsNoficationsTimeToDisplayContent;
/**
`Analytics` sends analytics to an analytics tool.
*/