Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-14 13:45:16 +05:00
parent 556fe97fe4
commit a2480ff021
3 changed files with 15 additions and 2 deletions

View file

@ -297,6 +297,7 @@ sealed class AnalyticsParam {
const val REFERRAL_ID = "Referral_ID"
const val SEARCHED = "Searched"
const val RATE_TYPE = "Rate Type"
const val SCREEN_TYPE = "Screen Type"
}
}