Add Result + Dispatcher on SDK call.
This commit is contained in:
parent
6e4b1cd958
commit
b27f6c6594
4 changed files with 30 additions and 20 deletions
|
|
@ -17,5 +17,5 @@
|
|||
package io.element.android.libraries.matrix.api.pusher
|
||||
|
||||
interface PushersService {
|
||||
fun setHttpPusher(setHttpPusherData: SetHttpPusherData)
|
||||
suspend fun setHttpPusher(setHttpPusherData: SetHttpPusherData): Result<Unit>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue