Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-21 06:35:30 -07:00
parent 3e8e14a114
commit 720d5e0cb7
9 changed files with 91 additions and 16 deletions

View file

@ -6,11 +6,11 @@ import kotlinx.serialization.Serializable
* Which inner screen the Tangem Pay should open on when launched.
*
* [ACCOUNT_DETAILS] the default account/main page.
* [SELECT_PLAN] the tariff-plan selection screen, used by the "Select plan" entry point on the
* [TIERS_ONBOARDING] the tariff-plan selection screen, used by the "Select plan" entry point on the
* wallet main screen (Tiers).
*/
@Serializable
enum class TangemPayDetailsInitialRoute {
ACCOUNT_DETAILS,
SELECT_PLAN,
TIERS_ONBOARDING,
}