Updated on 2026-08-14
This commit is contained in:
parent
3e8e14a114
commit
720d5e0cb7
9 changed files with 91 additions and 16 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue