doAction

Attempts to perform an action on the first ActionableComposableViewHolder with action.

Iterates through the member ComposableViewHolders to get the first instance of ActionableComposableViewHolder with doAction. If found, it invokes it and returns true. Otherwise, returns false.

Return

true if an action was successfully performed by one of the composable view holders, false otherwise.