Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-31 18:26:19 +04:00
parent b517fe39dd
commit bad7b92f65
7 changed files with 154 additions and 37 deletions

View file

@ -295,6 +295,7 @@ sealed class AnalyticsParam {
const val REFERRAL = "Referral"
const val REFERRAL_ID = "Referral_ID"
const val SEARCHED = "Searched"
const val RATE_TYPE = "Rate Type"
}
}