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

androidMain.tech.skot.core.components.SKLoaderView.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package tech.skot.core.components

import android.view.View
import androidx.fragment.app.Fragment
import tech.skot.view.extensions.setVisible

class SKLoaderView(proxy:SKLoaderViewProxy, activity: SKActivity, fragment: Fragment?, binding: View):SKComponentView(proxy, activity, fragment, binding) {

    fun onVisible(visible:Boolean) {
        binding.setVisible(visible)
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy