57 this.InitializeComponent();
60 this.RegisterRoutes();
66 App.SendAlert(ex.Message,
"text/plain").Wait();
68 throw new ArgumentException(
"Unable to start app.", ex);
72 private void RegisterRoutes()
147 MainThread.BeginInvokeOnMainThread(async () =>
149 await ViewModel.DoInitialize();
The Application class, representing an instance of the Neuro-Access app.
Page allowing the user to apply for a Personal ID.
A page that displays a list of the current user's contacts.
A page that displays a list of the current user's contacts.
A page that displays a list of the current user's contracts.
A page that allows the user to create a new contract.
A page that displays a specific contract.
A page to display when the user wants to transfer an identity.
A page to display when the user wants to view an identity.
static void AppLoaded()
Method called when app has been started and loaded.
View model for the AppShell.
A page that allows the user to calculate the value of a numerical input field.
Allows the user to change its password.
A page that allows the user to duration the value of a numerical input field.
A page to display for scanning of a QR code, either automatically via the camera, or by entering the ...
Main page for App settings.
A page that displays an XMPP Form to the user.
A page to display when the user is asked to petition a contract.
A page to display when the user is asked to petition an identity.
A page to display when the user is asked to review an identity application.
A page to display when the user is asked to petition a signature.
A page that displays a client signature.
A page that displays a server signature.
A page that asks the user if a remote entity is allowed to control the device.
A page that asks the user if a remote entity is allowed to read the device.
A page that asks the user if a remote entity is allowed to connect to a device.
A page that displays a list of the current user's things.
A page that displays sensor data from a sensor.
A page that displays a specific claim thing.
A page that displays information about a thing and allows the user to interact with it.
A page that allows the user to view information about an account event.
A page that allows the user to buy eDaler.
A page that displays information about eDaler received.
A page that allows the user to receive newly issued eDaler.
A page that allows the user to view a state-machine report.
A page that allows the user to view information about the current state of a state-machine.
A page that allows the user to view its tokens.
A page that allows the user to view the contents of its eDaler wallet, pending payments and recent ac...
A page that allows the user to realize payments.
A page that allows the user to accept an offline payment.
A page that allows the user to view information about a pending payment.
A page that displays information about eDaler received.
A page that allows the user to sell eDaler.
A page that allows the user to realize payments.
A page that allows the user to view its tokens.
A page that allows the user to view information about a token.
A page that allows the user to view information about a token.
Static class managing the application event log. Applications and services log events on this static ...
static Exception UnnestException(Exception Exception)
Unnests an exception, to extract the relevant inner exception.