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