KeyboardLayoutCorrectorOptions

Inheritance: java.lang.Object

public abstract class KeyboardLayoutCorrectorOptions

Provides options for the keyboard layout corrector.

Learn more

Constructors

Constructor Description
KeyboardLayoutCorrectorOptions()

Methods

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.

KeyboardLayoutCorrectorOptions()

public KeyboardLayoutCorrectorOptions()

getEnabled()

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.

setEnabled(boolean value)

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.