Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-30 03:18:34 -07:00
parent 8b06c1c5c7
commit dce35fc26b
4 changed files with 48 additions and 0 deletions

View file

@ -319,6 +319,11 @@ sealed class TangemPayAnalyticsEvents(
event = "Success Screen Activation",
)
class VaPreparationPopupShowed : TangemPayAnalyticsEvents(
categoryName = "Visa VA Topup",
event = "Preparation Popup Showed",
)
class VaConditionsPopupShowed : TangemPayAnalyticsEvents(
categoryName = "Visa VA Topup",
event = "Conditions Popup Showed",
@ -334,6 +339,11 @@ sealed class TangemPayAnalyticsEvents(
event = "Banking Details Showed",
)
class VaDetailsErrorShowed : TangemPayAnalyticsEvents(
categoryName = "Visa VA Topup",
event = "Details Error Showed",
)
class VaShareDetailsButtonClicked : TangemPayAnalyticsEvents(
categoryName = "Visa VA Topup",
event = "Share Details Button Clicked",