arch-android

//Android/br.com.arch.toolkit.android.statemachine/SceneStateMachine/State/scene

scene

[android]
fun scene(pair: Pair<Int, ERROR CLASS: Symbol not found for ViewGroup>): SceneStateMachine.State

Sets the scene for a SceneStateMachine.State using a Pair of layout resource ID and container.

Return

The SceneStateMachine.State instance for chaining.

Parameters

android

   
pair A Pair containing the layout ID and the root ViewGroup.

[android]
fun scene(@LayoutRessceneLayout: Int, container: ERROR CLASS: Symbol not found for ViewGroup): SceneStateMachine.State

Sets the scene for a SceneStateMachine.State using a layout resource ID and container.

Return

The SceneStateMachine.State instance for chaining.

Parameters

android

   
sceneLayout The layout resource ID for the scene.
container The root ViewGroup for the scene.

[android]
fun scene(scene: ERROR CLASS: Symbol not found for Scene): SceneStateMachine.State

Sets the scene for a SceneStateMachine.State.

Return

The SceneStateMachine.State instance for chaining.

Parameters

android

   
scene The Scene instance.