Split GoogleFcmHelper
This commit is contained in:
parent
05a8ca0eec
commit
586d1a076c
8 changed files with 148 additions and 108 deletions
|
|
@ -28,4 +28,9 @@ interface PushProvider {
|
|||
val index: Int
|
||||
fun getDistributorNames(): List<String>
|
||||
suspend fun registerWith(matrixClient: MatrixClient, distributorName: String)
|
||||
|
||||
/**
|
||||
* Attempt to troubleshoot the push provider
|
||||
*/
|
||||
suspend fun troubleshoot(): Result<Unit>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue