push
Push a new Record onto the back stack. The new record will become the top of the stack.
Return
If the record was successfully pushed onto the back stack
Parameters
record
The record to push onto the stack.
Push a new Screen onto the back stack. This will be enveloped in a Record and the new record will become the top of the stack.
Return
If the screen was successfully pushed onto the back stack
Parameters
screen
The screen to push onto the stack.