EditTextPreference
A DialogPreference that shows a EditText in the dialog.
This preference saves a string value.
Constructors
Types
Link copied to clipboard
interface OnBindEditTextListener
Interface definition for a callback to be invoked when the corresponding dialog view for this preference is bound.
Link copied to clipboard
A simple androidx.preference.Preference.SummaryProvider implementation for an EditTextPreference.
Functions
Link copied to clipboard
open fun setOnBindEditTextListener(@Nullable onBindEditTextListener: EditTextPreference.OnBindEditTextListener)
Set an OnBindEditTextListener that will be invoked when the corresponding dialog view for this preference is bound.
Link copied to clipboard
Checks whether this preference's dependents should currently be disabled.