Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-13 16:54:46 +03:00
parent 8c37dbd5b0
commit 9216890135
6 changed files with 25 additions and 5 deletions

View file

@ -19,12 +19,14 @@ sealed class Basic(
batch: String,
signInType: SignInType,
walletsCount: String,
isImported: Boolean,
hasBackup: Boolean?,
) : Basic(
event = "Signed in",
params = buildMap {
put(AnalyticsParam.CURRENCY, currency.value)
put(AnalyticsParam.BATCH, batch)
put("Wallet Type", if (isImported) "Seed Phrase" else "Seedless")
put("Sign in type", signInType.name)
put("Wallets Count", walletsCount)
if (hasBackup != null) {