26 public bool IsProcessing {
get; } = isProcessing;
37 public float KeyboardSize {
get; } = KeyboardSize;
RegistrationStep
The different steps of a TAG Profile registration journey.
class OnboardingLinkProcessingMessage(bool isProcessing)
Signals that an onboarding link is being processed (start/stop). Used by GetStarted view to toggle a ...
class KeyboardSizeMessage(float KeyboardSize)
Keyboard size change message
class RegistrationPageMessage(RegistrationStep Step)
RegistrationPage view change message