public static interface TextInputChannel.TextInputMethodHandler
Modifier and Type | Method and Description |
---|---|
void |
clearClient() |
void |
hide() |
void |
setClient(int textInputClientId,
TextInputChannel.Configuration configuration) |
void |
setEditingState(TextInputChannel.TextEditState editingState) |
void |
setPlatformViewClient(int id)
Sets a platform view as the text input client.
|
void |
show() |
void show()
void hide()
void setClient(int textInputClientId, @NonNull TextInputChannel.Configuration configuration)
void setPlatformViewClient(int id)
id
- the ID of the platform view to be set as a text input client.void setEditingState(@NonNull TextInputChannel.TextEditState editingState)
void clearClient()