androidMain.tech.skot.view.live.SKLifecycleOwner.kt Maven / Gradle / Ivy
package tech.skot.view.live
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.LifecycleOwner
class SKLifecycleOwner(baseLifecycle: Lifecycle): LifecycleOwner {
val skLifecycle = SKLifecycle(baseLifecycle)
override fun getLifecycle() = skLifecycle
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy