renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-store
/
renetik.android.store
/
CSSuspendStore
CSSuspend
Store
interface
CSSuspendStore
:
Iterable
<
Map.Entry
<
String
,
Any
?
>
>
,
CSSuspendHasChange
<
CSSuspendStore
>
Inheritors
CSJsonObjectSuspendStore
Members
Properties
event
Changed
Link copied to clipboard
abstract
val
eventChanged
:
CSSuspendEvent
<
CSSuspendStore
>
event
Loaded
Link copied to clipboard
abstract
val
eventLoaded
:
CSSuspendEvent
<
CSSuspendStore
>
json
Data
Link copied to clipboard
abstract
val
jsonData
:
CSJsonObjectInterface
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Map.Entry
<
String
,
Any
?
>
>
load
Link copied to clipboard
abstract
suspend
fun
load
(
data
:
Map
<
String
,
Any
?
>
)
on
Change
Link copied to clipboard
open
override
fun
onChange
(
function
:
suspend
(
CSSuspendStore
)
->
Unit
)
:
CSRegistration
reload
Link copied to clipboard
open
suspend
fun
reload
(
data
:
Map
<
String
,
Any
?
>
)