ConversionViewHolder

Inner class representing a ViewHolder for a recent conversation item in the RecyclerView.

Parameters

itemView

The view representing a recent conversation item.

Constructors

Link copied to clipboard
constructor(itemContainerRecentConversionBinding: <Error class: unknown class>)
constructor(itemView: View)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun SetData(chatMessage: ChatMessage)

Sets the data for a recent conversation item in the ViewHolder.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String