TencentCloudChatComponentEventHandlers class

The event handlers for events related to UI components for each modular UI component, affecting globally.

Constructors

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.
const

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited