isSelectionClickable

abstract fun isSelectionClickable(view: View, decorator: ISelectionDecorator, id: ID): Boolean

Defines whether or not this current object can be consumed as a primary click action, or if in action mode should be selected or deselected.

Return

true if not currently in action mode otherwise false

Parameters

id

item that has been clicked

decorator

selection or deselection decorator

view

the view holder parent of the clicked item