KeyboardLayoutCorrectorOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class KeyboardLayoutCorrectorOptions
Provides options for the keyboard layout corrector.
Learn more
| Constructor | Description |
|---|---|
| KeyboardLayoutCorrectorOptions() |
| Method | Description |
|---|---|
| getEnabled() | Gets a value indicating whether the keyboard layout corrector is enabled. |
| setEnabled(boolean value) | Sets a value indicating whether the keyboard layout corrector is enabled. |
public KeyboardLayoutCorrectorOptions()
public abstract boolean getEnabled()
Gets a value indicating whether the keyboard layout corrector is enabled. The default value is false .
Returns: boolean - A value indicating whether the keyboard layout corrector is enabled.
public abstract void setEnabled(boolean value)
Sets a value indicating whether the keyboard layout corrector is enabled. The default value is false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | A value indicating whether the keyboard layout corrector is enabled. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.