App Layout: Add usage measures

This commit is contained in:
Gil Eluard
2022-08-24 09:52:40 +02:00
committed by Stefan Ceriu
parent 8380282ee6
commit c007f84efd
17 changed files with 160 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ import AnalyticsEvents
case linkShare
case exploreRooms
case spaceMembers
case spaceBottomSheet
var trigger: AnalyticsEvent.ViewRoom.Trigger? {
switch self {
@@ -99,6 +100,8 @@ import AnalyticsEvents
return .MobileExploreRooms
case .spaceMembers:
return .MobileSpaceMembers
case .spaceBottomSheet:
return .MobileSpaceBottomSheet
}
}
}