diff options
Diffstat (limited to 'src/lib/analytics/types.ts')
-rw-r--r-- | src/lib/analytics/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/analytics/types.ts b/src/lib/analytics/types.ts index 2be37856e..f876c6d53 100644 --- a/src/lib/analytics/types.ts +++ b/src/lib/analytics/types.ts @@ -86,6 +86,8 @@ interface TrackPropertiesMap { 'MobileShell:SearchButtonPressed': {} 'MobileShell:NotificationsButtonPressed': {} 'MobileShell:FeedsButtonPressed': {} + // NOTIFICATIONS events + 'Notificatons:OpenApp': {} // LISTS events 'Lists:onRefresh': {} 'Lists:onEndReached': {} |