Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-17 12:58:46 +03:00
parent b3bc56ca03
commit 52cc0be3cb
49 changed files with 1039 additions and 327 deletions

View file

@ -186,6 +186,7 @@ sealed class CommonSendAnalyticEvents(
enum class CommonSendSource(val analyticsName: String) {
Send("Send"),
Swap("Swap"),
SendWithSwap("Send&Swap"),
WalletConnect("WalletConnect"),
NFT("NFT"),

View file

@ -37,6 +37,7 @@ sealed class FeeSelectorParams {
override val feeDisplaySource: FeeDisplaySource,
override val analyticsCategoryName: String,
override val analyticsSendSource: CommonSendAnalyticEvents.CommonSendSource,
val bottomSheetShown: (Boolean) -> Unit = {},
) : FeeSelectorParams()
data class FeeSelectorDetailsParams(