Свойство | Type | Description | |
---|---|---|---|
Navigation | INavigation |
Méthode | Description | |
---|---|---|
App ( ) : System | ||
ShowLoading ( bool isRunning, bool isCancel = false ) : void | ||
ShowMessage ( string message, bool isCancel = false ) : void |
Méthode | Description | |
---|---|---|
OnResume ( ) : void | ||
OnSleep ( ) : void | ||
OnStart ( ) : void |
Méthode | Description | |
---|---|---|
GetMainPage ( ) : |
Get the main page and sets the global navigation to its navigation
|
|
RegisterPages ( ) : void | ||
SetScreenHeightAndWidth ( ) : void |
public static ShowLoading ( bool isRunning, bool isCancel = false ) : void | ||
isRunning | bool | |
isCancel | bool | |
Résultat | void |
public static ShowMessage ( string message, bool isCancel = false ) : void | ||
message | string | |
isCancel | bool | |
Résultat | void |