commonMain.moe.tlaster.precompose.lifecycle.LifecycleObserver.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of precompose-jvm Show documentation
Show all versions of precompose-jvm Show documentation
A third-party Jetbrains Compose library with ViewModel, LiveData and Navigation support.
package moe.tlaster.precompose.lifecycle
interface LifecycleObserver {
fun onStateChanged(state: Lifecycle.State)
}