Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-22 12:48:41 +03:00
parent d3631b3377
commit 7fe4237294
5 changed files with 20 additions and 17 deletions

View file

@ -31,12 +31,14 @@ sealed class Basic(
currency: AnalyticsParam.CardCurrency,
batch: String,
signInType: SignInType,
walletsCount: String,
) : Basic(
event = "Signed in",
params = mapOf(
AnalyticsParam.CURRENCY to currency.value,
AnalyticsParam.BATCH to batch,
"Sign in type" to signInType.name,
"Wallets Count" to walletsCount,
),
) {
enum class SignInType {