Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-09 11:02:33 +05:00
parent ed0b07bc82
commit f4422dd3fb
25 changed files with 274 additions and 115 deletions

View file

@ -200,12 +200,10 @@ sealed class AnalyticsParam {
const val INPUT = "Input"
const val COUNT = "Count"
const val DERIVATION = "Derivation"
// region swap
const val TOKEN_CATEGORY = "Token"
const val STATUS = "Status"
const val PROVIDER = "Provider"
const val PLACE = "Place"
//
const val RESIDENCE = "Residence"
const val PAYMENT_METHOD = "Payment Method"
}
}