Interface

InputEventCallback

An interface of listening IME events.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.