InputEventCallback

Added in 1.0.0
Deprecated in 1.0.0

An interface of listening IME events.

Summary

Public functions

Unit

Called when IME sends some input events.

Cmn
Unit
onImeAction(imeAction: ImeAction)

Called when IME triggered IME action.

Cmn

Public functions

onEditCommands

fun onEditCommands(editCommands: List<EditCommand>): Unit

Called when IME sends some input events.

Parameters
editCommands: List<EditCommand>

The list of edit commands.

onImeAction

fun onImeAction(imeAction: ImeAction): Unit

Called when IME triggered IME action.

Parameters
imeAction: ImeAction

An IME action.