Split GoogleFcmHelper
This commit is contained in:
parent
05a8ca0eec
commit
586d1a076c
8 changed files with 148 additions and 108 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue