Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-16 09:36:46 +03:00
parent cf182832db
commit ae979f60cd
11 changed files with 110 additions and 65 deletions

View file

@ -245,6 +245,16 @@ sealed class NotificationUM(val config: NotificationConfig) {
title = resourceReference(id = R.string.action_buttons_swap_no_available_pair_notification_title),
subtitle = resourceReference(id = R.string.action_buttons_swap_no_available_pair_notification_message),
)
data object SellingRegionalRestriction : Warning(
title = resourceReference(id = R.string.selling_regional_restriction_alert_title),
subtitle = resourceReference(id = R.string.selling_regional_restriction_alert_message),
)
data object InsufficientBalanceForSelling : Warning(
title = resourceReference(id = R.string.selling_insufficient_balance_alert_title),
subtitle = resourceReference(id = R.string.selling_insufficient_balance_alert_message),
)
}
open class Info(