Add FirebasePushManager#unregister

This commit is contained in:
andrew
2023-06-09 09:52:11 +09:30
parent 95bb9ee441
commit ba6eca2443
5 changed files with 100 additions and 48 deletions

View File

@@ -2,5 +2,4 @@ package org.thoughtcrime.securesms.notifications
interface PushManager {
fun register(force: Boolean)
fun unregister(token: String)
}