setUiVisible

abstract fun setUiVisible(visible: Boolean)

Sets if the UI should be visible or not.Default value is {@code true}.

Parameters

visible

{@code true} if the UI should be visible, {@code false} it should be not visible.