OnEditTextSubmitListener

interface OnEditTextSubmitListener

Used as the listener parameter type for the onSubmit binding adapter.

Functions

Link copied to clipboard
abstract fun onSubmit(text: String)

Called when a user executes an action indicating the editing is done. The text contains the current value of the EditText.