setEndIconOnClickListener

fun setEndIconOnClickListener(endIconOnClickListener: View.OnClickListener?)

Sets the end 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

endIconOnClickListener

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