Method | Description | |
---|---|---|
IsGameViewUri ( |
Determines if a page name corresponds to a view of the game.
|
|
NavigateBack ( ) : void |
Navigates one step back in the game activity. This method has no effect if the previous view in the stack is not a game view. |
|
NavigateToAppHome ( bool stopCurrentGame = false ) : void |
Navigates the app to the main page of the app.
|
|
NavigateToCartridgeInfo ( |
Navigates the app to the info page of a cartridge.
|
|
NavigateToCompassCalibration ( ) : void |
Navigates the app to the page of compass calibration.
|
|
NavigateToGameHome ( string filename ) : void |
Navigates the app to the game main page of a cartridge.
|
|
NavigateToGameHome ( string filename, |
Navigates the app to the game main page of a cartridge and restores a savegame.
|
|
NavigateToGameHome ( string filename, string section ) : void |
Navigates the app to the game main page of a cartridge at a specific section.
|
|
NavigateToGameMap ( ) : void |
Navigates the app to the map of the game zone.
|
|
NavigateToHelp ( ) : void |
Navigates the app to the help page.
|
|
NavigateToPlayerInfo ( ) : void |
Navigates the app to the page about player and device info.
|
|
NavigateToProviderLinkWizard ( Models provider ) : void |
Navigates the app to the wizard of linking a provider.
|
|
NavigateToSettings ( ) : void |
Navigates the app to the settings page.
|
|
NavigateToView ( WF.Player.Core.Input wherigoObj ) : void |
Navigates the app to the view that best fits an Input object.
|
|
NavigateToView ( Task wherigoObj ) : void |
Navigates the app to the view that best fits a Task object.
|
|
NavigateToView ( WF.Player.Core.Thing wherigoObj ) : void |
Navigates the app to the view that best fits a Thing object.
|
|
NavigateToView ( WF.Player.Core.UIObject wherigoObj ) : void |
Navigates the app to the view that best fits a UIObject object.
|
|
NavigationManager ( |
||
PauseUntilNextNavigation ( ) : void |
Delays all navigation jobs until an external navigation occurs.
|
Method | Description | |
---|---|---|
GetPageScope ( |
||
NavigateCore ( |
||
NavigateToAppHomeCore ( ) : void |
public IsGameViewUri ( |
||
pageUri | ||
return | bool |
public NavigateToAppHome ( bool stopCurrentGame = false ) : void | ||
stopCurrentGame | bool | |
return | void |
public NavigateToCartridgeInfo ( |
||
tag | ||
return | void |
public NavigateToCompassCalibration ( ) : void | ||
return | void |
public NavigateToGameHome ( string filename ) : void | ||
filename | string | |
return | void |
public NavigateToGameHome ( string filename, |
||
filename | string | |
savegame | ||
return | void |
public NavigateToGameHome ( string filename, string section ) : void | ||
filename | string | |
section | string | |
return | void |
public NavigateToProviderLinkWizard ( Models provider ) : void | ||
provider | Models | |
return | void |
public NavigateToView ( WF.Player.Core.Input wherigoObj ) : void | ||
wherigoObj | WF.Player.Core.Input | |
return | void |
public NavigateToView ( Task wherigoObj ) : void | ||
wherigoObj | Task | |
return | void |
public NavigateToView ( WF.Player.Core.Thing wherigoObj ) : void | ||
wherigoObj | WF.Player.Core.Thing | |
return | void |
public NavigateToView ( WF.Player.Core.UIObject wherigoObj ) : void | ||
wherigoObj | WF.Player.Core.UIObject | |
return | void |
public NavigationManager ( |
||
parent | ||
return | System |