Package-level declarations
Types
Link copied to clipboard
class NativeStore<S : MVIState, I : MVIIntent, A : MVIAction>(store: Store<S, I, A>, autoStart: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Main.immediateOrDefault)) : Store<S, I, A> , CoroutineScope
This is an experimental wrapper for the store to support native platforms which do not have the coroutines api, such as iOS. Please fil an issue if you face any problems with this. You must call close when you are done working with the store. This stops the store.