set Start Icon On Long Click Listener
open fun setStartIconOnLongClickListener(@Nullable startIconOnLongClickListener: View.OnLongClickListener)
Sets the start icon's functionality that is performed when the start icon is long clicked. The icon will not be clickable if its click and long click listeners are null.
Parameters
start Icon On Long Click Listener
the android.view.View.OnLongClickListener the start icon view will have, or null to clear it.