All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidMain.tech.skot.view.live.SKLifecycleOwner.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
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