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.

Functions

Link copied to clipboard
abstract fun onBindEditText(@NonNull editText: EditText)
Called when the dialog view for this preference has been bound, allowing you to customize the EditText displayed in the dialog.