Track an analytics value on accept/decline of an identity server.

This commit is contained in:
Doug
2021-10-05 17:19:19 +01:00
parent 6843044651
commit cfc2ce48db
4 changed files with 32 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@
// Metrics related to notifications
FOUNDATION_EXPORT NSString *const AnalyticsNoficationsCategory;
FOUNDATION_EXPORT NSString *const AnalyticsNoficationsTimeToDisplayContent;
/**
The analytics value for accept/decline of the identity server's terms.
*/
FOUNDATION_EXPORT NSString *const AnalyticsContactsIdentityServerAccepted;
/**