Message Item
data class MessageItem(var message: KIMCoreMessage, val isMine: Boolean = false, var isSupportCheck: Boolean = false, var isCheckSwitchOn: Boolean = false, var isSelected: Boolean = false, var style: Int = KBaseMessageItemView.BUBBLE_STYLE_NORMAL, var isShowAvatar: Boolean = true, var chatType: Int = KIMChatInfoManager.instance.getChatType(message.chatId, Constant.CHAT_TYPE.CHAT_TYPE_GROUP), var isChatWithMyself: Boolean = false, var isUrgentMsg: Boolean = false, var extra: HashMap<String, Any?>? = null, var isExcerptMsg: Boolean = false)
Constructors
Link copied to clipboard
constructor(message: KIMCoreMessage, isMine: Boolean = false, isSupportCheck: Boolean = false, isCheckSwitchOn: Boolean = false, isSelected: Boolean = false, style: Int = KBaseMessageItemView.BUBBLE_STYLE_NORMAL, isShowAvatar: Boolean = true, chatType: Int = KIMChatInfoManager.instance.getChatType(message.chatId, Constant.CHAT_TYPE.CHAT_TYPE_GROUP), isChatWithMyself: Boolean = false, isUrgentMsg: Boolean = false, extra: HashMap<String, Any?>? = null, isExcerptMsg: Boolean = false)