EditTextPreference.OnBindEditTextListener

interface EditTextPreference.OnBindEditTextListener


Interface definition for a callback to be invoked when the corresponding dialog view for this preference is bound. This allows you to customize the EditText displayed in the dialog, such as setting a max length or a specific input type.

Summary

Public functions

Unit

Called when the dialog view for this preference has been bound, allowing you to customize the EditText displayed in the dialog.

Public functions

onBindEditText

Added in 1.1.0
fun onBindEditText(editText: EditText): Unit

Called when the dialog view for this preference has been bound, allowing you to customize the EditText displayed in the dialog.

Parameters
editText: EditText

The EditText displayed in the dialog