Interface

InputEventCallback

An interface of listening IME events.

Source set: 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

onEditCommands

fun onEditCommands(editCommands: List<EditCommand>)

Called when IME sends some input events.

Parameters

editCommands The list of edit commands.

onImeAction

fun onImeAction(imeAction: ImeAction)

Called when IME triggered IME action.

Parameters

imeAction An IME action.

Last updated: