Represents an instance of the Neuro-Access app.
More...
|
| static ? EventHandler | AppActivated |
| | Define a static event to notify when the app enters the foreground. More...
|
| |
Represents an instance of the Neuro-Access app.
Definition at line 124 of file App.xaml.cs.
◆ App() [1/2]
| NeuroAccessMaui.App.App |
( |
| ) |
|
◆ App() [2/2]
| NeuroAccessMaui.App.App |
( |
bool |
backgroundStart | ) |
|
◆ CreateWindow()
| override Window NeuroAccessMaui.App.CreateWindow |
( |
IActivationState? |
activationState | ) |
|
|
protected |
Override default window creation to use CustomShell as root page.
Definition at line 321 of file App.xaml.cs.
◆ Dispose() [1/2]
| void NeuroAccessMaui.App.Dispose |
( |
| ) |
|
◆ Dispose() [2/2]
| virtual void NeuroAccessMaui.App.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
◆ DisposeAsync()
| virtual async Task NeuroAccessMaui.App.DisposeAsync |
( |
| ) |
|
|
virtual |
◆ EvaluateDatabaseDiffAsync()
| static async Task NeuroAccessMaui.App.EvaluateDatabaseDiffAsync |
( |
string |
fileName, |
|
|
bool |
includeUnchanged, |
|
|
bool |
sendAsAlert |
|
) |
| |
|
static |
◆ Instantiate< T >()
| static T NeuroAccessMaui.App.Instantiate< T > |
( |
| ) |
|
|
static |
◆ OnBackgroundStart()
| async Task NeuroAccessMaui.App.OnBackgroundStart |
( |
| ) |
|
◆ OnResume()
| override async void NeuroAccessMaui.App.OnResume |
( |
| ) |
|
|
protected |
◆ OnSleep()
| override async void NeuroAccessMaui.App.OnSleep |
( |
| ) |
|
|
protected |
◆ OnStart()
| override async void NeuroAccessMaui.App.OnStart |
( |
| ) |
|
|
protected |
◆ OpenUrlAsync()
| static Task< bool > NeuroAccessMaui.App.OpenUrlAsync |
( |
string |
url, |
|
|
bool |
showErrorIfUnable |
|
) |
| |
|
static |
◆ OpenUrlSync()
| static void NeuroAccessMaui.App.OpenUrlSync |
( |
string |
url | ) |
|
|
static |
◆ RaiseAppActivated()
| static void NeuroAccessMaui.App.RaiseAppActivated |
( |
| ) |
|
|
static |
◆ ResumeAsync()
| async Task NeuroAccessMaui.App.ResumeAsync |
( |
bool |
isBackground | ) |
|
◆ ValidateCertificateCallback()
Callback for validating SSL certificates. This method is called when a remote certificate is received during HTTPS communication. Fixed an issue with incomplete revocation check in the chain on iOS devices.
Definition at line 1135 of file App.xaml.cs.
◆ SupportedLanguages
| readonly LanguageInfo [] NeuroAccessMaui.App.SupportedLanguages |
|
static |
Initial value:=
[
new("en", "English"),
new("sv", "svenska"),
new("es", "español"),
new("fr", "français"),
new("de", "Deutsch"),
new("da", "dansk"),
new("no", "norsk"),
new("fi", "suomi"),
new("sr", "српски"),
new("pt", "português"),
new("ro", "română"),
new("ru", "русский")
]
Supported languages.
Definition at line 179 of file App.xaml.cs.
◆ Current
| new? App NeuroAccessMaui.App.Current |
|
staticget |
Gets the current application instance.
Definition at line 169 of file App.xaml.cs.
◆ InitCompleted
| Task<bool> NeuroAccessMaui.App.InitCompleted |
|
get |
◆ IsOnboarded
| bool NeuroAccessMaui.App.IsOnboarded |
|
staticget |
Indicates whether the application is onboarded.
Definition at line 252 of file App.xaml.cs.
◆ SelectedLanguage
Gets the selected language.
Definition at line 198 of file App.xaml.cs.
◆ ServicesReady
| Task NeuroAccessMaui.App.ServicesReady |
|
staticget |
Task that completes once all core services have finished loading.
Definition at line 174 of file App.xaml.cs.
◆ AppActivated
| ? EventHandler NeuroAccessMaui.App.AppActivated |
|
static |
Define a static event to notify when the app enters the foreground.
Definition at line 257 of file App.xaml.cs.
The documentation for this class was generated from the following file:
- C:/My Projects/NeuroAccessMaui/NeuroAccessMaui/App.xaml.cs