Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-02 20:17:20 +05:00
parent 282ab7a56a
commit 922b197172
27 changed files with 90 additions and 4 deletions

View file

@ -122,7 +122,8 @@ internal class ExpressStatusFactory @AssistedInject constructor(
val analyticEvents = when (expressState) {
is ExchangeUM -> listOfNotNull(
TokenExchangeAnalyticsEvent.CexTxStatusOpened(
cryptoCurrency.symbol,
token = cryptoCurrency.symbol,
provider = expressState.provider.name,
),
maybeGetLongTimeExchangeNotificationShowEvent(
expressState = expressState,

View file

@ -118,7 +118,8 @@ internal class TokenDetailsExpressStatusFactory @AssistedInject constructor(
val analyticEvents = when (expressState) {
is ExchangeUM -> listOfNotNull(
TokenExchangeAnalyticsEvent.CexTxStatusOpened(
cryptoCurrency.symbol,
token = cryptoCurrency.symbol,
provider = expressState.provider.name,
),
maybeGetLongTimeExchangeNotificationShowEvent(
expressState = expressState,