//Android/br.com.arch.toolkit.android.statemachine/ViewStateMachine/State/visibles
[android]
fun visibles(vararg views: ERROR CLASS: Symbol not found for View??): ViewStateMachine.State
Sets the views to be made visible when this state is entered.
The state instance for chaining.
android
| Â | Â |
|---|---|
| views | The views to make visible. |
[android]
fun visibles(@IdResvararg ids: Int): ViewStateMachine.State
Sets the view IDs to be made visible when this state is entered.
The state instance for chaining.
android
| Â | Â |
|---|---|
| ids | The view IDs to make visible. |