Updated on 2026-08-14
This commit is contained in:
parent
a0f6e4a008
commit
6c8b59c569
12 changed files with 288 additions and 66 deletions
|
|
@ -11,15 +11,9 @@ interface NotificationsRepository {
|
|||
|
||||
suspend fun getApplicationId(): String?
|
||||
|
||||
@Throws
|
||||
suspend fun setNotificationsEnabledForWallet(walletId: String, enabled: Boolean)
|
||||
|
||||
@Throws
|
||||
suspend fun associateApplicationIdWithWallets(appId: String, wallets: List<String>)
|
||||
|
||||
@Throws
|
||||
suspend fun isNotificationsEnabledForWallet(walletId: String): Boolean
|
||||
|
||||
@Throws
|
||||
suspend fun setWalletName(walletId: String, walletName: String)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue