Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-30 13:59:48 +04:00
parent 343cf1ed20
commit bbc40d7ddf
14 changed files with 147 additions and 15 deletions

View file

@ -56,6 +56,10 @@ sealed interface FeedbackEmailType {
override val walletMetaInfo: WalletMetaInfo? = null
}
data object BiometricsAuthenticationFailed : FeedbackEmailType {
override val walletMetaInfo: WalletMetaInfo? = null
}
sealed class Visa : FeedbackEmailType {
data class DirectUserRequest(override val walletMetaInfo: WalletMetaInfo) : Visa()