TencentCloudChatConfig class

This class represents the configuration for Tencent Cloud Chat.

Constructors

TencentCloudChatConfig({@Deprecated('Please use `usedComponentsRegister` from the `components` field within `TencentCloudChatInitComponentsRelated` when calling `initUIKit` instead.') List<TencentCloudChatModularUIPackageRegister>? usedComponentsRegister, Brightness? brightness, TencentCloudChatThemeModel? themeConfig, TencentCloudChatUserConfig? userConfig})
Constructor for TencentCloudChatConfig.
const

Properties

brightness Brightness?
The brightness mode of the application (light or dark).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeConfig TencentCloudChatThemeModel?
The theme config.
final
usedComponentsRegister List<TencentCloudChatModularUIPackageRegister>?
final
userConfig TencentCloudChatUserConfig?
User related configuration
final

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