Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-03 18:17:54 +05:00
parent 8f0bf631f2
commit 4d0a8c6ab0
4 changed files with 15 additions and 5 deletions

View file

@ -217,5 +217,7 @@ sealed class AnalyticsParam {
const val PAYMENT_METHOD = "Payment Method"
const val WATCHED = "Watched"
const val ACTION = "Action"
const val COLLECTIONS = "Collections"
const val NFT = "Nft"
}
}