set End Icon On Long Click Listener
open fun setEndIconOnLongClickListener(@Nullable endIconOnLongClickListener: View.OnLongClickListener)
Sets the end 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
end Icon On Long Click Listener
the android.view.View.OnLongClickListener the end icon view will have, or null to clear it.