models/tencent_cloud_chat_models library
Classes
- ContactApplicationResult
- TencentCloudChatComponentBuilders
- A class containing custom UI builders for further customizing each modular UI component on a global scale.
- TencentCloudChatComponentConfigs
- A class containing global configuration options for each modular UI component.
- TencentCloudChatComponentControllers
- The controllers for events related to UI components for each modular UI component, can be used for all corresponding instance.
- TencentCloudChatComponentEventHandlers
- The event handlers for events related to UI components for each modular UI component, affecting globally.
- TencentCloudChatConfig
- This class represents the configuration for Tencent Cloud Chat.
- TencentCloudChatInitComponentsRelated
- TencentCloudChatInitOptions
- This class represents the initial options for Tencent Cloud Chat.
- TencentCloudChatPluginItem
- TTabItem
Typedefs
- ConversationBuilderForPlugin = Widget Function(V2TimConversation conversation)
- MessageBuilderForPlugin = Widget Function(V2TimMessage message)
- PlaceHolderBuilder = Widget Function()
- TencentCloudChatModularUIPackageRegister = ({TencentCloudChatComponentsEnum componentEnum, TencentCloudChatWidgetBuilder widgetBuilder}) Function()
- TencentCloudChatPluginWidget = Widget Function(V2TimMessage message)
-
TencentCloudChatWidgetBuilder
= Widget Function({required Map<
String, dynamic> options})