Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-29 15:09:21 +04:00
parent ba32fed132
commit 9ef9542750
30 changed files with 452 additions and 157 deletions

View file

@ -21,4 +21,14 @@ interface NotificationsRepository {
@Throws
suspend fun getEligibleNetworks(): List<NotificationsEligibleNetwork>
suspend fun shouldShowSubscribeOnNotificationsAfterUpdate(): Boolean
suspend fun isUserAllowToSubscribeOnPushNotifications(): Boolean
suspend fun setUserAllowToSubscribeOnPushNotifications(value: Boolean)
suspend fun getWalletAutomaticallyEnabledList(): List<String>
suspend fun setNotificationsWasEnabledAutomatically(userWalletId: String)
}