Split GoogleFcmHelper
This commit is contained in:
committed by
Benoit Marty
parent
21a07fda07
commit
0126c7ddc1
+4
@@ -30,4 +30,8 @@ class UnifiedPushProvider @Inject constructor() : PushProvider {
|
||||
override suspend fun registerWith(matrixClient: MatrixClient, distributorName: String) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override suspend fun troubleshoot(): Result<Unit> {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user