trixnity-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
Store
Store
interface
Store
Inheritors
MediaStore
AccountStore
GlobalAccountDataStore
KeyStore
MediaCacheMappingStore
OlmCryptoStore
RoomAccountDataStore
RoomOutboxMessageStore
RoomStateStore
RoomStore
RoomTimelineStore
RoomUserStore
RootStore
ServerDataStore
UserPresenceStore
Members
Functions
clear
Cache
Link copied to clipboard
abstract
suspend
fun
clearCache
(
)
Only deletes everything, that can be fetched from server.
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
Deletes everything.
init
Link copied to clipboard
open
suspend
fun
init
(
coroutineScope
:
CoroutineScope
)