Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroAccessMaui Namespace Reference

Classes

class  App
 Represents an instance of the Neuro-Access app. More...
 
class  AppDelegate
 
class  BlurProtectionManager
 
class  Constants
 A set of never changing property constants and helpful values. More...
 
class  MainActivity
 
class  MauiProgram
 
class  NotificationDelegate
 
class  Program
 
class  RegexBackups
 
class  Resource
 Android Resource Designer class. Exposes the Android Resource designer assembly into the project Namespace. More...
 

Enumerations

enum  AuthenticationPurpose
 Purpose for requesting the user to authenticate itself. More...
 

Functions

class RegistrationPageMessage (RegistrationStep Step)
 RegistrationPage view change message More...
 
class OnboardingLinkProcessingMessage (bool isProcessing)
 Signals that an onboarding link is being processed (start/stop). Used by GetStarted view to toggle a loading indicator when an onboarding link is opened externally. More...
 
class KeyboardSizeMessage (float KeyboardSize)
 Keyboard size change message More...
 
class MainApplication (IntPtr handle, JniHandleOwnership ownership)
 

Enumeration Type Documentation

◆ AuthenticationPurpose

Purpose for requesting the user to authenticate itself.

Definition at line 6 of file AuthenticationPurpose.cs.

Function Documentation

◆ KeyboardSizeMessage()

class NeuroAccessMaui.KeyboardSizeMessage ( float  KeyboardSize)

Keyboard size change message

Keyboard height

Definition at line 32 of file Messages.cs.

◆ MainApplication()

class NeuroAccessMaui.MainApplication ( IntPtr  handle,
JniHandleOwnership  ownership 
)

Definition at line 11 of file MainApplication.cs.

◆ OnboardingLinkProcessingMessage()

class NeuroAccessMaui.OnboardingLinkProcessingMessage ( bool  isProcessing)

Signals that an onboarding link is being processed (start/stop). Used by GetStarted view to toggle a loading indicator when an onboarding link is opened externally.

True when processing begins, false when finished or aborted.

Definition at line 21 of file Messages.cs.

◆ RegistrationPageMessage()

class NeuroAccessMaui.RegistrationPageMessage ( RegistrationStep  Step)

RegistrationPage view change message

Transition to this step

Definition at line 9 of file Messages.cs.