Add new screen, composer event method and ui elements

This commit is contained in:
ismailgulek
2022-02-28 17:46:19 +03:00
parent 835c259610
commit 53588b7910
3 changed files with 24 additions and 3 deletions
@@ -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
}
}
}