Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-04 12:34:05 +05:00
parent 0257c23494
commit a2f10e3503
6 changed files with 81 additions and 10 deletions

View file

@ -223,5 +223,6 @@ sealed class AnalyticsParam {
const val NONCE = "Nonce"
const val STANDARD = "Standard"
const val NO_COLLECTION = "No collection"
const val EMULATION_STATUS = "Emulation Status"
}
}