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 allowed
  • NUMERIC Numeric string. Only numbers are allowed
  • NUMBER An integer number. This number is comparable and can have limits on the value
  • EMAIL An email address. Spaces are not allowed, and only a-z0-9-_.@ are allowed.