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
/
RootStore
Root
Store
class
RootStore
(
stores
:
List
<
Store
>
)
:
Store
Members
Constructors
Root
Store
Link copied to clipboard
constructor
(
stores
:
List
<
Store
>
)
Functions
clear
Cache
Link copied to clipboard
open
suspend override
fun
clearCache
(
)
Only deletes everything, that can be fetched from server.
delete
All
Link copied to clipboard
open
suspend override
fun
deleteAll
(
)
Deletes everything.
init
Link copied to clipboard
open
suspend override
fun
init
(
coroutineScope
:
CoroutineScope
)