commonMain.pro.respawn.flowmvi.api.MVIIntent.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
/**
* User interaction or other event that is sent to and processed by [IntentReceiver].
*
* **Must be immutable and comparable**. Most likely a data class or a data object.
*/
public interface MVIIntent {
override fun equals(other: Any?): Boolean
override fun hashCode(): Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy