lib / tv.smartclip.smartclientandroid.lib.utils / android.view.View

Extensions for android.view.View

isGone

var View?.isGone: Boolean

isVisible

Parameter mapped to given Views visibility. true for View.VISIBLE and false for View.INVISIBLE

var View?.isVisible: Boolean

toGone

Sets the visibility of the given View to View.GONE.

fun View?.toGone(): Unit

toInvisible

Sets the visibility of the given View to View.INVISIBLE.

fun View?.toInvisible(): Unit

toVisible

Sets the visibility of the given View to View.VISIBLE.

fun View?.toVisible(): Unit