FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
FlowMVI
android
pro.
respawn.
flowmvi.
android
Container
View
Model
Store
View
Model
subscribe()
pro.
respawn.
flowmvi.
android.
view
subscribe()
compose
pro.
respawn.
flowmvi.
compose.
dsl
as
Lifecycle
State
as
Subscription
Mode
Default
Lifecycle
Local
Subscriber
Lifecycle
Provide
Subscriber
Lifecycle()
remember
Subscriber
Lifecycle()
require
Lifecycle()
subscribe()
pro.
respawn.
flowmvi.
compose.
preview
Empty
Receiver()
core
pro.
respawn.
flowmvi.
annotation
Experimental
Flow
MVIAPI
Internal
Flow
MVIAPI
Not
Intended
For
Inheritance
pro.
respawn.
flowmvi.
api
Action
Consumer
Action
Provider
Action
Receiver
Action
Share
Behavior
Companion
Disabled
Distribute
Restrict
Share
Consumer
Container
Delicate
Store
Api
Empty
State
Flow
MVIDSL
Immediate
State
Receiver
Immutable
Container
Immutable
Store
Intent
Receiver
Lazy
Plugin
MVIAction
MVIIntent
MVIState
Pipeline
Context
Companion
Provider
State
Consumer
State
Provider
State
Receiver
State
Strategy
Atomic
Immediate
Store
Store
Configuration
Store
Plugin
Subscriber
Lifecycle
Subscription
Mode
Immediate
Started
Visible
Unrecoverable
Exception
pro.
respawn.
flowmvi.
api.
context
Shutdown
Context
pro.
respawn.
flowmvi.
api.
lifecycle
Immutable
Store
Lifecycle
Store
Lifecycle
pro.
respawn.
flowmvi.
decorator
Decorate
Decorate
Arg
decorated
With()
decorates()
Decorate
Shutdown
Decorate
State
Decorate
Value
decorator()
Decorator
Builder
Plugin
Decorator
pro.
respawn.
flowmvi.
decorators
Batching
Mode
Amount
Time
batch
Intents()
batch
Intents
Decorator()
Batch
Queue
conflate
Actions()
conflate
Actions
Decorator()
conflate
Intents()
conflate
Intents
Decorator()
intent
Timeout
Decorator()
retry
Actions()
retry
Actions
Decorator()
retry
Intents()
retry
Intents
Decorator()
Retry
Strategy
Companion
timeout
Intents()
pro.
respawn.
flowmvi.
dsl
action()
Build
Store
collect()
configuration()
emit()
Immediate
Lifecycle
intent()
Lambda
Intent
lazy
Plugin()
Lazy
Plugin
Builder
lazy
Store()
on
Stop()
pipeline
Context()
plugin()
reduce
Lambdas()
send()
state
store()
Store
Builder
Store
Configuration
Builder
Store
Plugin
Builder
subscribe()
Subscriber
Lifecycle()
update
State()
update
State
Immediate()
update
State
Or
Throw()
with
State()
with
State
Or
Throw()
pro.
respawn.
flowmvi.
exceptions
Invalid
State
Exception
Store
Timeout
Exception
pro.
respawn.
flowmvi.
logging
as
Log
Priority
as
Symbol
Console
Store
Logger
debug()
error()
info()
invoke()
log()
No
Op
Store
Logger
Platform
Store
Logger
Store
Logger
Store
Log
Level
Trace
Debug
Info
Warn
Error
trace()
warn()
pro.
respawn.
flowmvi.
plugins
async
Cache()
async
Cached()
async
Init()
await
Subscribers()
await
Subscribers
Plugin()
cache()
cached()
Cached
Value
cache
Plugin()
composite
Plugin()
consume
Intents()
consume
Intents
Plugin()
Default
Saved
State
Plugin
Name
deinit()
deinit
Plugin()
disallow
Restart()
disallow
Restart
Plugin()
enable
Logging()
init()
init
Plugin()
invoke()
Job
Manager
job
Manager
Plugin()
logging
Plugin()
manage
Jobs()
No
Op
Plugin()
parent
Store
Plugin()
Recover
recover()
recover
Plugin()
Reduce
reduce()
reduce
Plugin()
Reduce
Plugin
Name
register()
register
Or
Replace()
reset
State
On
Stop()
reset
State
Plugin()
Subscriber
Manager
Time
Travel
Companion
time
Travel()
time
Travel
Plugin()
Undo
Redo
Queue
undo
Redo()
undo
Redo
Plugin()
while
Subscribed()
while
Subscribed
Plugin()
pro.
respawn.
flowmvi.
store
Native
Store
pro.
respawn.
flowmvi.
util
catch
Exceptions()
immediate
Or
Default
typed()
with
Type()
debugger-client
pro.
respawn.
flowmvi.
debugger.
client
debugger
Plugin()
enable
Remote
Debugging()
debugger-plugin
pro.
respawn.
flowmvi.
debugger.
plugin
debugger
Plugin()
enable
Remote
Debugging()
essenty
pro.
respawn.
flowmvi.
essenty.
api
Delicate
Retained
Api
pro.
respawn.
flowmvi.
essenty.
dsl
retained
Scope()
retained
Store()
subscribe()
pro.
respawn.
flowmvi.
essenty.
lifecycle
as
Androidx
Lifecycle
as
Essenty
Lifecycle
as
Subscriber
Lifecycle
as
Subscription
Mode
pro.
respawn.
flowmvi.
essenty.
plugins
keep
State()
keep
State
Plugin()
pro.
respawn.
flowmvi.
essenty.
savedstate
State
Keeper
Saver()
essenty-compose
pro.
respawn.
flowmvi.
essenty.
compose
Provide
Subscriber
Lifecycle()
subscribe()
savedstate
pro.
respawn.
flowmvi.
savedstate.
api
Null
Recover
Save
Behavior
Companion
On
Change
On
Unsubscribe
Periodic
Saver
Throw
Recover
pro.
respawn.
flowmvi.
savedstate.
dsl
Callback
Saver()
Compressed
File
Saver()
Default
File
Saver()
File
Saver()
Json
Saver()
Logging
Saver()
Map
Saver()
No
Op
Saver()
Parcelable
Saver()
Saved
State
Handle
Saver()
Saver()
Typed
Saver()
pro.
respawn.
flowmvi.
savedstate.
plugins
parcelize
State()
parcelize
State
Plugin()
save
State()
save
State
Plugin()
serialize
State()
serialize
State
Plugin()
test
pro.
respawn.
flowmvi.
test
ensure
Started()
Store
Test
Scope
subscribe
And
Test()
test()
Test
Store
Lifecycle
wait()
pro.
respawn.
flowmvi.
test.
plugin
Plugin
Test
Scope
test()
essenty
/
pro.respawn.flowmvi.essenty.plugins
/
keepState
keep
State
inline
fun
<
T
:
S
,
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
StoreBuilder
<
S
,
I
,
A
>
.
keepState
(
keeper
:
StateKeeper
,
serializer
:
KSerializer
<
T
>
,
key
:
String
=
serializer.descriptor.serialName
,
name
:
String
?
=
"KeepStatePlugin"
)
Install a new
keepStatePlugin