//Android/br.com.arch.toolkit.android.statemachine/SceneStateMachine/State/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.
The SceneStateMachine.State instance for chaining.
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.
The SceneStateMachine.State instance for chaining.
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.
The SceneStateMachine.State instance for chaining.
android
| Â | Â |
|---|---|
| scene | The Scene instance. |