setOnBindEditTextListener
open fun setOnBindEditTextListener(@Nullable onBindEditTextListener: EditTextPreference.OnBindEditTextListener)(source)
Set an OnBindEditTextListener that will be invoked when the corresponding dialog view for this preference is bound. Set null
to remove the existing OnBindEditTextListener.
Parameters
onBindEditTextListener
The OnBindEditTextListener that will be invoked when the corresponding dialog view for this preference is bound