Метод | Описание | |
---|---|---|
ClearHistory ( ) : void |
Force history clearup.
|
|
NavigateBack ( ) : void |
Navigate back through saved in history screens.
|
|
NavigateTo ( string screenName, bool saveToHistory = false ) : void |
Navigate to new screen.
|
Метод | Описание | |
---|---|---|
OnConstruct ( ) : void |
public NavigateTo ( string screenName, bool saveToHistory = false ) : void | ||
screenName | string | Target screen name. |
saveToHistory | bool | Save current screen to history for using NavigateBack later. |
Результат | void |