Add clear cache action in the developer settings (#643)
This commit is contained in:
committed by
Benoit Marty
parent
9829daa70e
commit
f014f0a3ae
+1
@@ -50,6 +50,7 @@ interface MatrixClient : Closeable {
|
||||
fun sessionVerificationService(): SessionVerificationService
|
||||
fun pushersService(): PushersService
|
||||
fun notificationService(): NotificationService
|
||||
suspend fun clearCache()
|
||||
suspend fun logout()
|
||||
suspend fun loadUserDisplayName(): Result<String>
|
||||
suspend fun loadUserAvatarURLString(): Result<String?>
|
||||
|
||||
Reference in New Issue
Block a user