setErrorIconOnLongClickListener

open fun setErrorIconOnLongClickListener(@Nullable errorIconOnLongClickListener: View.OnLongClickListener)

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

Parameters

errorIconOnLongClickListener

the android.view.View.OnLongClickListener the error icon view will have, or null to clear it.