TencentCloudChatComponentControllers class
The controllers for events related to UI components for each modular UI component, can be used for all corresponding instance.
Constructors
- TencentCloudChatComponentControllers({TencentCloudChatComponentBaseController? conversationController, TencentCloudChatComponentBaseController? messageController, TencentCloudChatComponentBaseController? contactController, TencentCloudChatComponentBaseController? groupProfileController})
-
Constructs a new instance of TencentCloudChatComponentControllers with the specified controllers for each component.
const
Properties
- contactController → TencentCloudChatComponentBaseController?
-
Specify an instance of
TencentCloudChatContactControllerfor taking over control for allTencentCloudChatContactinstances.final - conversationController → TencentCloudChatComponentBaseController?
-
Specify an instance of
TencentCloudChatConversationControllerfor taking over control for allTencentCloudChatConversationinstances.final - groupProfileController → TencentCloudChatComponentBaseController?
-
Specify an instance of
TencentCloudChatGroupProfileControllerfor taking over control for allTencentCloudChatGroupProfileinstances.final - hashCode → int
-
The hash code for this object.
no setterinherited
- messageController → TencentCloudChatComponentBaseController?
-
Specify an instance of
TencentCloudChatMessageControllerfor taking over control for allTencentCloudChatMessageinstances.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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