Implement Knock action (until the SDK level)
This commit is contained in:
parent
f29e79d64e
commit
797c912ccd
14 changed files with 172 additions and 5 deletions
|
|
@ -66,6 +66,7 @@ interface MatrixClient : Closeable {
|
|||
suspend fun uploadAvatar(mimeType: String, data: ByteArray): Result<Unit>
|
||||
suspend fun removeAvatar(): Result<Unit>
|
||||
suspend fun joinRoom(roomId: RoomId): Result<Unit>
|
||||
suspend fun knockRoom(roomId: RoomId): Result<Unit>
|
||||
fun syncService(): SyncService
|
||||
fun sessionVerificationService(): SessionVerificationService
|
||||
fun pushersService(): PushersService
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue