open fun onViewInteracted(view: View!, holder: ViewHolder!, action: Int): Unit
The method provides the implementation on user interacting with RecyclerView's items
view - View!:
view
holder - ViewHolder!:
holder
action - Int:
action
See Also MessageAdapterOnRecyclerViewInteractedListener