A
C
E
G
I
O
P
S
S
- SavedStatePluginKt - class in pro.respawn.flowmvi.android.plugins
- send(I) - function in pro.respawn.flowmvi.api.StoreViewModel
- serializeState(StoreBuilder,SavedStateHandle,String) - function in pro.respawn.flowmvi.android.plugins.SavedStatePluginKt
- Creates and installs a new savedStatePlugin.
- serializeStatePlugin(String,SavedStateHandle,String) - function in pro.respawn.flowmvi.android.plugins.SavedStatePluginKt
- A plugin that restores the pro.respawn.flowmvi.api.StateProvider.state from a handle in StorePlugin.onStart and saves into handle asynchronously in StorePlugin.onState.
- setTagIfAbsent(String,T) - function in androidx.lifecycle.StoreViewModel
- start(CoroutineScope) - function in pro.respawn.flowmvi.api.StoreViewModel
- StoreViewModel - class in pro.respawn.flowmvi.android
- An extendable class for creating a ViewModel that directly uses a delegate to act as a Store.
- subscribe(CoroutineScope,SuspendFunction1) - function in pro.respawn.flowmvi.api.StoreViewModel
- subscribe(LifecycleOwner,Store,SuspendFunction1,SuspendFunction1,Lifecycle.State) - function in pro.respawn.flowmvi.android.SubscribeDslKt
- Subscribe to the provider lifecycle-aware.
- subscribe(T,Store,Lifecycle.State) - function in pro.respawn.flowmvi.android.SubscribeDslKt
- Subscribe to the store lifecycle-aware.
- SubscribeDslKt - class in pro.respawn.flowmvi.android