Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-04 18:48:54 +03:00
parent 5167916bb6
commit d01d6e995f
6 changed files with 38 additions and 12 deletions

View file

@ -45,6 +45,16 @@ sealed class Onboarding(
event = "Backup Finished",
params = mapOf("Cards count" to "$cardsCount"),
)
object ResetCancelEvent : Backup(
event = "Reset Card Notification",
params = mapOf("Option" to "Cancel"),
)
object ResetPerformEvent : Backup(
event = "Reset Card Notification",
params = mapOf("Option" to "Reset"),
)
}
sealed class Topup(