See: Description
| Interface | Description |
|---|---|
| AdvancedKeyboard.ActionEventListener |
Interface representing a listener of keyboard action events.
|
| AdvancedKeyboard.LayoutChangeEventListener |
Interface representing a listener of keyboard layout change events.
|
| AdvancedKeyboard.MultitapEventListener |
Interface representing a listener of keyboard multitap events.
|
| AutoScanTrigger |
Interface representing a trigger that automatically executes a specific
action (scan by default) when entering a defined range.
|
| MotionTrigger |
Interface representing a trigger that automatically executes a specific
action (scan by default) when a motion event is detected.
|
| Trigger |
Interface representing a trigger associated by default with the scan action.
|
| Class | Description |
|---|---|
| ActionKey | |
| AdvancedKeyboard |
Class exposing advanced keyboard methods.
|
| AutoScanTrigger.Range |
Class representing a specific AutoScan range, constituted by
an id and a name.
|
| KeyboardManager |
This class provides access to keyboard related methods of the device.
|
| KeyCodeEntry |
This class stores an Android KeyCode entry, as defined in KeyEvent
|
| MotionTrigger.Sensitivity |
Class representing the sensitivity used to trigger the action, constituted by
an id and a name.
|
| TouchManager |
This class provides access to touch panel related methods of the device.
|
| VScanEntry |
This class stores a virtual key scan code entry.
|
| Enum | Description |
|---|---|
| AdvancedKeyboard.LayoutNotificationType |
Enumerative representing the type of notification to use in order to
represent visually the current layout in which the keyboard is.
|
| AdvancedKeyboard.PersistenceType |
Enumerative representing the persistence type of the installed keyboard
configuration.
|
| AdvancedKeyboard.Property |
Read-only properties related to the currently configured keyboard.
|
Through the included classes it's possible to control and configure several input methods.