setStartIconOnClickListener

fun setStartIconOnClickListener(startIconOnClickListener: View.OnClickListener?)

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

Parameters

startIconOnClickListener

the android.view.View.OnClickListener the start icon view will have, or null to clear it.