InputEventCallback
-
Cmn
interface InputEventCallback
An interface of listening IME events.
Summary
Public functions |
||
|---|---|---|
Unit |
This function is deprecated. This function is not being used by any APIs. |
Cmn
|
Unit |
This function is deprecated. This function is not being used by any APIs. |
Cmn
|
Public functions
onEditCommands
funonEditCommands(editCommands: List<EditCommand>): Unit
Called when IME sends some input events.
| Parameters | |
|---|---|
editCommands: List<EditCommand> |
The list of edit commands. |
onImeAction
funonImeAction(imeAction: ImeAction): Unit
Called when IME triggered IME action.
| Parameters | |
|---|---|
imeAction: ImeAction |
An IME action. |