Updated on 2026-08-14
This commit is contained in:
parent
8b06c1c5c7
commit
dce35fc26b
4 changed files with 48 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue