From a viewClass called TheFirstView I want to "move" to a viewClass called TheSecondView with the state SpecificState.
I know how to get to the TheSecondView, the code is:
navigator.pushView(TheSecondView);
Is there a way to specify using pushView() that you want to "move" to SpecificState in TheSecondView?