Skip to content

Commit

Permalink
individual welcome screen name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe committed Apr 13, 2023
1 parent d65ee26 commit 7a9aa8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ internal fun String.routeToScreenName(): String = when (this) {
IdentityAnalyticsRequestFactory.SCREEN_NAME_INDIVIDUAL
CountryNotListedDestination.ROUTE.route ->
IdentityAnalyticsRequestFactory.SCREEN_NAME_COUNTRY_NOT_LISTED
IndividualWelcomeDestination.ROUTE.route ->
IdentityAnalyticsRequestFactory.SCREEN_NAME_INDIVIDUAL_WELCOME
else ->
throw IllegalArgumentException("Invalid route: $this")
}
Expand Down

0 comments on commit 7a9aa8b

Please sign in to comment.