performClick

open override fun performClick(): Boolean

Call this view's OnClickListener, if it is defined. Performs all normal actions associated with clicking: reporting accessibility event, playing a sound, etc.

Return

true there was an assigned OnClickListener that was called, false otherwise is returned