Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-20 11:46:23 +04:00
parent dea7034aad
commit b94e3f814b
16 changed files with 867 additions and 0 deletions

View file

@ -211,6 +211,7 @@ sealed class CommonSendAnalyticEvents(
const val SEND_CATEGORY = "Token / Send"
const val SWAP_CATEGORY = "Swap"
const val NFT_SEND_CATEGORY = "NFT"
const val APPROVE_CATEGORY = "Approve"
}
enum class SendScreenSource {
@ -226,5 +227,6 @@ sealed class CommonSendAnalyticEvents(
SendWithSwap("Send&Swap"),
WalletConnect("WalletConnect"),
NFT("NFT"),
Approve("Approve"),
}
}