Updated on 2026-08-14
This commit is contained in:
parent
3c602ba584
commit
d3d8dc8cc0
4 changed files with 30 additions and 1 deletions
|
|
@ -74,6 +74,16 @@ sealed class TokenScreenAnalyticsEvent(
|
|||
params = mapOf("Token" to tokenSymbol, "Blockchain" to blockchain),
|
||||
)
|
||||
|
||||
class RevealTryAgain(tokenSymbol: String, blockchain: String) : TokenScreenAnalyticsEvent(
|
||||
event = "Button - Reveal Try Again",
|
||||
params = mapOf("Token" to tokenSymbol, "Blockchain" to blockchain),
|
||||
)
|
||||
|
||||
class RevealCancel(tokenSymbol: String, blockchain: String) : TokenScreenAnalyticsEvent(
|
||||
event = "Button - Reveal Cancel",
|
||||
params = mapOf("Token" to tokenSymbol, "Blockchain" to blockchain),
|
||||
)
|
||||
|
||||
data class StakingClicked(val token: String) : TokenScreenAnalyticsEvent(
|
||||
event = "Staking Clicked",
|
||||
params = mapOf("Token" to token),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue