InputEventCallback

Added in 1.0.0
Deprecated in 1.0.0

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
onImeAction(imeAction: ImeAction)

This function is deprecated. This function is not being used by any APIs.

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.