InputEventCallback

Interface
Common
Deprecated This function is not being used by any APIs. API is now deprecated and will be removed
interface InputEventCallback

An interface of listening IME events.

Functions

fun onEditCommands(editCommands: List<EditCommand>)

Called when IME sends some input events.

Parameters

editCommands The list of edit commands.
fun onImeAction(imeAction: ImeAction)

Called when IME triggered IME action.

Parameters

imeAction An IME action.