trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store
/
Store
Store
interface
Store
Inheritors
MediaStore
AccountStore
AuthenticationStore
GlobalAccountDataStore
KeyStore
MediaCacheMappingStore
NotificationStore
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
)