mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add new screen, composer event method and ui elements
This commit is contained in:
@@ -51,6 +51,7 @@ import AnalyticsEvents
|
||||
case group
|
||||
case myGroups
|
||||
case inviteFriends
|
||||
case threadList
|
||||
|
||||
/// The screen name reported to the AnalyticsEvent.
|
||||
var screenName: AnalyticsEvent.MobileScreen.ScreenName {
|
||||
@@ -121,6 +122,8 @@ import AnalyticsEvents
|
||||
return .MyGroups
|
||||
case .inviteFriends:
|
||||
return .InviteFriends
|
||||
case .threadList:
|
||||
return .ThreadList
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user