setErrorIconOnClickListener

open fun setErrorIconOnClickListener(@Nullable errorIconOnClickListener: View.OnClickListener)

Sets the error icon's functionality that is performed when the icon is clicked. The icon will not be clickable if its click and long click listeners are null.

Parameters

errorIconOnClickListener

the android.view.View.OnClickListener the error icon view will have