Options to define the visibility status of the on-screen keyboard's input field.
TouchScreenKeyboard.inputFieldAppearance uses values of this enum to indicate visibility status of the input field.
| Property | Description |
|---|---|
| Customizable | Customize the visibility of the input field based on the requirement of your application. |
| AlwaysVisible | The input field is always visible with no option to hide it. |
| AlwaysHidden | The input field is always hidden with no option to make it visible. |