TencentCloudChatComponentEventHandlers constructor
const
TencentCloudChatComponentEventHandlers({
- TencentCloudChatConversationEventHandlers? conversationEventHandlers,
- TencentCloudChatMessageEventHandlers? messageEventHandlers,
- TencentCloudChatContactEventHandlers? contactEventHandlers,
- TencentCloudChatUserProfileEventHandlers? userProfileEventHandlers,
- TencentCloudChatGroupProfileEventHandlers? groupProfileEventHandlers,
Constructs a new instance of TencentCloudChatComponentEventHandlers with the specified event handlers for each component.
Implementation
const TencentCloudChatComponentEventHandlers({
this.conversationEventHandlers,
this.messageEventHandlers,
this.contactEventHandlers,
this.userProfileEventHandlers,
this.groupProfileEventHandlers,
});