Package io.mimi.sdk.ux.util.extension

Functions

Link copied to clipboard
fun ViewGroup.forEachChild(action: (View) -> Unit)
Link copied to clipboard
fun View.hide()

Hide View

Link copied to clipboard
fun ImageView.loadImage(url: String?, @DrawableRes placeholder: Int)
Link copied to clipboard
fun View.setAlphaForEnabledState()

Extension function to set alpha for enabled and disabled state of a View

Link copied to clipboard
fun View.setEnabledRecursively(enabled: Boolean)
Link copied to clipboard
fun View.show()

Show View