mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Send the Signup analytics event (#6118)
* Implement the Signup event from AuthenticationViewController. Use AuthenticationFlow instead of MXKAuthenticationType. Create new AuthenticationType that aligns with AnalyticsEvent naming. Add additional cases from AnalyticsEvents.
This commit is contained in:
@@ -26,6 +26,7 @@ import AnalyticsEvents
|
||||
case slashCommand
|
||||
case spaceHierarchy
|
||||
case timeline
|
||||
case permalink
|
||||
|
||||
var trigger: AnalyticsEvent.JoinedRoom.Trigger? {
|
||||
switch self {
|
||||
@@ -45,6 +46,8 @@ import AnalyticsEvents
|
||||
return .SpaceHierarchy
|
||||
case .timeline:
|
||||
return .Timeline
|
||||
case .permalink:
|
||||
return .MobilePermalink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user