//Android/br.com.arch.toolkit.android.statemachine/StateMachine/restoreInstanceState
[android]
fun restoreInstanceState(savedInstanceState: ERROR CLASS: Symbol not found for Bundle??): StateMachine<STATE>
Restores the state of the machine from a Bundle.
The state machine instance for chaining.
android
| Â | Â |
|---|---|
| savedInstanceState | The bundle containing the saved state. |
| Â | Â |
|---|---|
| IllegalStateException | If the machine is already started. |