commonMain.pro.respawn.flowmvi.api.Provider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
A Kotlin Multiplatform MVI library based on plugins that is simple, fast, powerful & flexible
package pro.respawn.flowmvi.api
/**
* An entity that handles [MVIIntent]s, produces [actions] and manages [states].
* Provider is available when you call [Store.subscribe] and allows you to consume your [states] and [actions]
* Provider is a:
* * [StateProvider]
* * [IntentReceiver]
* * [ActionProvider]
*/
public interface Provider :
StateProvider,
IntentReceiver,
ActionProvider
© 2015 - 2025 Weber Informatics LLC | Privacy Policy