UserInputType
UserInputType
Input type when requesting the user to type on the device
ALPHANUMERIC
Alphanumeric string. A string that contains letters and numbers. Spaces are allowedNUMERIC
Numeric string. Only numbers are allowedNUMBER
An integer number. This number is comparable and can have limits on the valueEMAIL
An email address. Spaces are not allowed, and onlya-z0-9-_.@
are allowed.