TencentCloudChatData class

A class that manages the core data for TencentCloudChat .

This class provides access to various data classes for the Chat UIKit, such as basic data, conversation data, message data, theme data, group profile data, and user profile data.

Properties

basic TencentCloudChatBasicData
final
contact TencentCloudChatContactData
final
conversation TencentCloudChatConversationData
final
groupProfile TencentCloudChatGroupProfileData
final
hashCode int
The hash code for this object.
no setterinherited
messageData TencentCloudChatMessageData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final
theme TencentCloudChatTheme
final
userProfile TencentCloudChatUserProfileData
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