implemented amber support for auth event and the notifications

This commit is contained in:
greenart7c3
2023-08-21 14:48:11 -03:00
parent 348e07a307
commit f9272f5cfc
13 changed files with 181 additions and 33 deletions
@@ -2,7 +2,8 @@ package com.vitorpamplona.amethyst.service.notifications
import com.vitorpamplona.amethyst.AccountInfo
class PushNotificationUtils {
object PushNotificationUtils {
var hasInit: Boolean = true
fun init(accounts: List<AccountInfo>) {
}
}