public class ChatMessageListController.GuideMessageViewHolder
extends androidx.recyclerview.widget.RecyclerView.ViewHolder
限定符和类型 | 字段和说明 |
---|---|
protected EmojiTextView |
mContentView |
protected android.view.View |
mRootView |
protected io.rong.imlib.model.MessageContent |
msg |
protected int |
mTextColor |
protected ChatMessageUIBean |
mUiBean |
protected android.view.View |
parentView |
构造器和说明 |
---|
GuideMessageViewHolder(android.view.View itemView) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
initConfigUi() |
void |
initView(io.rong.imlib.model.MessageContent msg) |
void |
onClick(android.view.View v) |
boolean |
onLongClick(android.view.View v) |
protected ChatMessageUIBean mUiBean
protected EmojiTextView mContentView
protected android.view.View parentView
protected android.view.View mRootView
protected int mTextColor
protected io.rong.imlib.model.MessageContent msg
public void initView(io.rong.imlib.model.MessageContent msg)
protected void initConfigUi()
public void onClick(android.view.View v)
onClick
在接口中 android.view.View.OnClickListener
public boolean onLongClick(android.view.View v)
onLongClick
在接口中 android.view.View.OnLongClickListener