open fun onBindViewHolder(@NonNull holder: ChatViewHolder, position: Int): Unit
this method make use of view holder to update display information onto the view
holder - ChatViewHolder: view holder of updating view
position - Int: position of current view
See Also
#getItemViewType(int)