ws1-framework/com.airwatch.simplifiedenrollment.views/AWInputField/INPUT_MODE
INPUT_MODE¶
enum INPUT_MODE
Defines the input mode types for the AWInputField, determining keyboard type and input behavior.
Entries¶
| Name | Description |
|---|---|
| PASSWORD_ALPHA_NUMERIC | Password alphanumeric input mode with obscured text |
| PASSWORD_NUMERIC | Password numeric input mode with obscured numbers |
| PASSWORD_TEXT | Password text input mode with obscured text |
| ALPHA_NUMERIC | Alphanumeric input mode |
| NUMERIC | Numeric input mode with number keyboard |
| TEXT | Text input mode with standard keyboard |
Functions¶
| Name | Summary |
|---|---|
| getValue | open fun getValue(): Int Returns the integer value representing this input mode. |