Updated on 2026-08-14
This commit is contained in:
parent
ba32fed132
commit
9ef9542750
30 changed files with 452 additions and 157 deletions
|
|
@ -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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue