TencentCloudChatComponentEventHandlers constructor

const TencentCloudChatComponentEventHandlers({
  1. TencentCloudChatConversationEventHandlers? conversationEventHandlers,
  2. TencentCloudChatMessageEventHandlers? messageEventHandlers,
  3. TencentCloudChatContactEventHandlers? contactEventHandlers,
  4. TencentCloudChatUserProfileEventHandlers? userProfileEventHandlers,
  5. 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,
});