Add clear cache action in the developer settings (#643)
This commit is contained in:
parent
9829daa70e
commit
f014f0a3ae
13 changed files with 172 additions and 6 deletions
|
|
@ -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?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue