arch-android

//Android/br.com.arch.toolkit.android.statemachine/ViewStateMachine/State/gones

gones

[android]
fun gones(vararg views: ERROR CLASS: Symbol not found for View??): ViewStateMachine.State

Sets the views to be made gone when this state is entered.

Return

The state instance for chaining.

Parameters

android

   
views The views to make gone.

[android]
fun gones(@IdResvararg ids: Int): ViewStateMachine.State

Sets the view IDs to be made gone when this state is entered.

Return

The state instance for chaining.

Parameters

android

   
ids The view IDs to make gone.