Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Destructor
|
|
GpsPage ( ) : System |
Constructor that handles initialization of the page
|
|
HandleNoGpsError ( ) : void |
Method that handles a NoGpsError timeout from the viewmodel Reinitializes the toggle button and shows error popup
|
|
HandlePauseError ( ) : void |
Method that handles a PauseError from the viewmodel Reinitializes the toggle button and shows error popup
|
|
HandleStartButtonNotPressable ( ) : void |
Method that handles a NoGpsError from the viewmodel Reinitializes the toggle button and shows error popup
|
|
HandleStartButtonPressable ( ) : void |
Method that handles that gps signal returned from the viewmodel Reinitializes the toggle button and shows error popup
|
|
SetContent ( ) : |
Method that creates the page content
|
Méthode | Description | |
---|---|---|
OnBackButtonPressed ( ) : bool |
Method that overrides the BackbuttonPressed event. Calls SendBackMessage so that the logic is handles by the viewmodel
|
Méthode | Description | |
---|---|---|
ClosePopup ( ) : void |
Method that closes the popup
|
|
CreatePopup ( ) : |
Method that creates the stacklayout for the popup
|
|
NoGpsTimeoutPopUp ( ) : |
Method that creates and opens a popup for noGpsTimeout error
|
|
OpenPopup ( ) : void |
Method that opens the popup
|
|
PauseSpaceTooBigPopUp ( ) : |
Method that creates and opens a popup for pause error
|
|
SendFinishMessage ( ) : void |
Method that handles sending a finish message
|
|
SendFinishedHomeMessage ( ) : void |
Method that handles sending a togglefinishedhome message
|
|
SendFirstFinishedHomeMessage ( ) : void |
Method that handles sending a togglefirstfinishedhome message
|
|
SendHereMessage ( ) : void |
Method that handles sending a here message
|
|
SendToggleMessage ( ) : void |
Method that handles sending a toggle message
|
public HandleStartButtonNotPressable ( ) : void | ||
Résultat | void |
public HandleStartButtonPressable ( ) : void | ||
Résultat | void |