Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Identity] Remove all parameters for Scan and Upload destinations #7555

Merged
merged 4 commits into from
Nov 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve comments
ccen-stripe committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c5490a8d6c5aad3001f125d7448e18f59fe0b283
Original file line number Diff line number Diff line change
@@ -91,18 +91,6 @@ internal fun String.routeToScreenName(): String = when (this) {
IdentityAnalyticsRequestFactory.SCREEN_NAME_CONSENT
DocSelectionDestination.ROUTE.route ->
IdentityAnalyticsRequestFactory.SCREEN_NAME_DOC_SELECT
// IDScanDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_LIVE_CAPTURE_ID
// PassportScanDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_LIVE_CAPTURE_PASSPORT
// DriverLicenseScanDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_LIVE_CAPTURE_DRIVER_LICENSE
// IDUploadDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_FILE_UPLOAD_ID
// PassportUploadDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_FILE_UPLOAD_PASSPORT
// DriverLicenseUploadDestination.ROUTE.route ->
// IdentityAnalyticsRequestFactory.SCREEN_NAME_FILE_UPLOAD_DRIVER_LICENSE
DocumentScanDestination.ROUTE.route ->
IdentityAnalyticsRequestFactory.SCREEN_NAME_LIVE_CAPTURE
DocumentUploadDestination.ROUTE.route ->