{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PlatformTextInputAdapter


See kdoc on actual interfaces.

Summary

Public functions

InputConnection?

Delegate for View.onCreateInputConnection.

android
open Unit

Called when this adapter is not remembered by any composables is removed from the PlatformTextInputPluginRegistry.

android

Public functions

createInputConnection

fun createInputConnection(outAttrs: EditorInfo): InputConnection?

Delegate for View.onCreateInputConnection.

onDisposed

open fun onDisposed(): Unit

Called when this adapter is not remembered by any composables is removed from the PlatformTextInputPluginRegistry.