Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Messages.cs
2
3namespace NeuroAccessMaui
4{
9 {
13 public RegistrationStep Step { get; } = Step;
14 }
15
19 public class KeyboardSizeMessage(float KeyboardSize)
20 {
24 public float KeyboardSize { get; } = KeyboardSize;
25 }
26}
RegistrationStep
The different steps of a TAG Profile registration journey.
class KeyboardSizeMessage(float KeyboardSize)
Keyboard size change message
Definition: Messages.cs:19
class RegistrationPageMessage(RegistrationStep Step)
RegistrationPage view change message
Definition: Messages.cs:8