Read Member | Unread Member |
| |
config
of TIMUIKitChat
. For those Boolean field, the default value are true
.TIMUIKitChat(config: TIMUIKitChatConfig(isShowReadingStatus: true or false, // 【One-to-one Chat】Whether to display the read receipt of One-to-one Chat messagesisShowGroupReadingStatus: true or false, // 【Group Chat】Whether to display the read receipt of Group Chat messagesisReportGroupReadingStatus: true or false, // 【Group Chat】Whether to mark and report the messages from Group Chat as readgroupReadReceiptPermissionList: [GroupReceiptAllowType.work,GroupReceiptAllowType.meeting,GroupReceiptAllowType.public], // 【Group Chat】Control which types of groups can mark messages as read.// ... Other configurations),// ... Other configurations)
Was this page helpful?