OnEditTextAttachedListener

Callback interface invoked when the view's EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.

See also

Functions

Link copied to clipboard
abstract fun onEditTextAttached(@NonNull textInputLayout: TextInputLayout)
Called when the EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.