Updated on 2026-08-14
This commit is contained in:
parent
3bcb5280fb
commit
7703832cf1
17 changed files with 393 additions and 23 deletions
|
|
@ -2,6 +2,9 @@ package com.tangem.domain.notifications.models
|
|||
|
||||
enum class NotificationType(val type: String) {
|
||||
Promo("promo"),
|
||||
IncomeTransactions("income_transaction"),
|
||||
SwapStatus("swap_status_update"),
|
||||
OnrampStatus("onramp_status_update"),
|
||||
Unknown("unknown"),
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue