Updated on 2026-08-14
This commit is contained in:
parent
309f1cda20
commit
081128f2cf
16 changed files with 40 additions and 50 deletions
|
|
@ -5,6 +5,7 @@ import com.tangem.core.analytics.models.AnalyticsParam.Key.ACTION
|
|||
import com.tangem.core.analytics.models.AnalyticsParam.Key.BLOCKCHAIN
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.ERROR_DESCRIPTION
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.TOKEN_PARAM
|
||||
import com.tangem.core.analytics.models.AppsFlyerIncludedEvent
|
||||
|
||||
sealed class YieldSupplyAnalytics(
|
||||
event: String,
|
||||
|
|
@ -20,7 +21,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class StartEarningScreen(
|
||||
val token: String,
|
||||
|
|
@ -31,7 +32,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class StopEarningScreen(
|
||||
val token: String,
|
||||
|
|
@ -42,7 +43,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class ButtonStartEarning(
|
||||
val token: String,
|
||||
|
|
@ -97,7 +98,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class FundsEarned(
|
||||
val token: String,
|
||||
|
|
@ -108,7 +109,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class FundsWithdrawn(
|
||||
val token: String,
|
||||
|
|
@ -119,7 +120,7 @@ sealed class YieldSupplyAnalytics(
|
|||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
),
|
||||
)
|
||||
), AppsFlyerIncludedEvent
|
||||
|
||||
data class EarnedFundsInfo(
|
||||
val token: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue